🩹 Add missing FORCE_SOFT_SPI (#24940)
[Marlin.git] / .editorconfig
blobb8f6ef7f8e32a375d9a2508939b383e27879e4d3
1 # editorconfig.org
2 root = true
4 [{*.patch,syntax_test_*}]
5 trim_trailing_whitespace = false
7 [{*.c,*.cpp,*.h,*.ino}]
8 charset = utf-8
10 [{*.c,*.cpp,*.h,*.ino,Makefile}]
11 trim_trailing_whitespace = true
12 insert_final_newline = true
13 end_of_line = lf
14 indent_style = space
15 indent_size = 2
17 [{*.py,*.conf,*.sublime-project}]
18 indent_style = tab
19 indent_size = 4