1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-26 05:17:17 +00:00
MarlinFirmware/.editorconfig

34 lines
554 B
INI
Raw Permalink Normal View History

2020-02-08 23:39:04 +00:00
# editorconfig.org
root = true
2023-12-15 23:37:36 +00:00
[*]
trim_trailing_whitespace = true
insert_final_newline = true
2020-02-08 23:39:04 +00:00
[{*.patch,syntax_test_*}]
trim_trailing_whitespace = false
2023-12-15 23:37:36 +00:00
[{*.c,*.cpp,*.h,*.ino,*.py,Makefile}]
end_of_line = lf
2021-04-24 20:22:50 +00:00
[{*.c,*.cpp,*.h,*.ino}]
2020-02-08 23:39:04 +00:00
charset = utf-8
indent_style = space
indent_size = 2
2023-12-15 23:37:36 +00:00
[{Makefile}]
indent_style = tab
indent_size = 2
[*.md]
# Two spaces at the end of the line means newline in Markdown
trim_trailing_whitespace = false
[{*.py}]
indent_style = space
indent_size = 4
[{*.conf,*.sublime-project}]
2020-02-08 23:39:04 +00:00
indent_style = tab
indent_size = 4