Firmware2/.editorconfig

24 lines
392 B
INI
Raw Permalink Normal View History

2020-02-09 00:39:04 +01:00
# editorconfig.org
root = true
[{*.patch,syntax_test_*}]
trim_trailing_whitespace = false
2021-04-24 22:22:50 +02:00
[{*.c,*.cpp,*.h,*.ino}]
2020-02-09 00:39:04 +01:00
charset = utf-8
2021-04-24 22:22:50 +02:00
[{*.c,*.cpp,*.h,*.ino,Makefile}]
2020-02-09 00:39:04 +01:00
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
indent_style = space
indent_size = 2
[{*.py}]
indent_style = space
indent_size = 4
[{*.conf,*.sublime-project}]
2020-02-09 00:39:04 +01:00
indent_style = tab
indent_size = 4