Skip to content

Commit

Permalink
Add INO to .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Apr 24, 2021
1 parent 3b8f83a commit f3c7b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Expand Up @@ -4,10 +4,10 @@ root = true
[{*.patch,syntax_test_*}]
trim_trailing_whitespace = false

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

[{*.c,*.cpp,*.h,Makefile}]
[{*.c,*.cpp,*.h,*.ino,Makefile}]
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
Expand Down

0 comments on commit f3c7b61

Please sign in to comment.