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,*.conf,*.sublime-project}]
|
|
|
|
indent_style = tab
|
|
|
|
indent_size = 4
|