Skip to content

Commit f3c7b61

Browse files
committedApr 24, 2021
Add INO to .editorconfig
1 parent 3b8f83a commit f3c7b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.editorconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ root = true
44
[{*.patch,syntax_test_*}]
55
trim_trailing_whitespace = false
66

7-
[{*.c,*.cpp,*.h}]
7+
[{*.c,*.cpp,*.h,*.ino}]
88
charset = utf-8
99

10-
[{*.c,*.cpp,*.h,Makefile}]
10+
[{*.c,*.cpp,*.h,*.ino,Makefile}]
1111
trim_trailing_whitespace = true
1212
insert_final_newline = true
1313
end_of_line = lf

0 commit comments

Comments
 (0)