Scott Lahteine пре 3 година
родитељ
комит
f3c7b61f29
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      .editorconfig

+ 2
- 2
.editorconfig Прегледај датотеку

@@ -4,10 +4,10 @@ root = true
4 4
 [{*.patch,syntax_test_*}]
5 5
 trim_trailing_whitespace = false
6 6
 
7
-[{*.c,*.cpp,*.h}]
7
+[{*.c,*.cpp,*.h,*.ino}]
8 8
 charset = utf-8
9 9
 
10
-[{*.c,*.cpp,*.h,Makefile}]
10
+[{*.c,*.cpp,*.h,*.ino,Makefile}]
11 11
 trim_trailing_whitespace = true
12 12
 insert_final_newline = true
13 13
 end_of_line = lf

Loading…
Откажи
Сачувај