Scott Lahteine 3 лет назад
Родитель
Сommit
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

Загрузка…
Отмена
Сохранить