mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-06-26 01:15:14 -06:00
Add .editorconfig
This commit is contained in:
parent
ed993c6552
commit
2b11b6d3cd
1 changed files with 12 additions and 0 deletions
12
.editorconfig
Normal file
12
.editorconfig
Normal file
|
@ -0,0 +1,12 @@
|
|||
# editorconfig.org
|
||||
root = true
|
||||
|
||||
[{*.h,*.md}]
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
end_of_line = lf
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
#[{*.h}]
|
Loading…
Add table
Add a link
Reference in a new issue