mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-12 09:17:49 -06:00
Add INO to .editorconfig
This commit is contained in:
parent
3b8f83a5ae
commit
f3c7b61f29
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ root = true
|
||||||
[{*.patch,syntax_test_*}]
|
[{*.patch,syntax_test_*}]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
[{*.c,*.cpp,*.h}]
|
[{*.c,*.cpp,*.h,*.ino}]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
|
|
||||||
[{*.c,*.cpp,*.h,Makefile}]
|
[{*.c,*.cpp,*.h,*.ino,Makefile}]
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue