浏览代码

Add INO to .editorconfig

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

正在加载...
取消
保存