Browse Source

Add INO to .editorconfig

Scott Lahteine 3 years ago
parent
commit
f3c7b61f29
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .editorconfig

+ 2
- 2
.editorconfig View File

@@ -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…
Cancel
Save