🔨 [2.0.9.7] Use older chitu_crypt.py
[Marlin.git] / .editorconfig
blob57a5b2fb5ea4fde53bd36649e7e66a8bb243c528
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}]
18 indent_style = space
19 indent_size = 4
21 [{*.conf,*.sublime-project}]
22 indent_style = tab
23 indent_size = 4