redpill-tool-chain/.editorconfig

18 lines
299 B
INI
Raw Normal View History

2021-08-09 13:09:48 +00:00
# Editor configuration, see https://editorconfig.org
root = true
[*]
charset = utf-8
2022-02-21 08:19:57 +00:00
end_of_line = lf
2021-08-09 13:09:48 +00:00
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
2022-02-21 08:19:57 +00:00
indent_style = tab
2021-08-09 13:09:48 +00:00
trim_trailing_whitespace = false
2022-02-21 08:19:57 +00:00
[{Makefile,**.mk}]
indent_style = tab