Skip to content

Commit dc8d5c7

Browse files
authored
Update .editorconfig
1 parent ba10830 commit dc8d5c7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.editorconfig

+1-6
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@
33
# top-most EditorConfig file
44
root = true
55

6-
[*]
7-
end_of_line = lf
8-
insert_final_newline = true
9-
106
[*.{c,cpp,h}]
7+
end_of_line = lf
118
indent_style = space
129
indent_size = 4
13-
#tab_width = 4 #not necessary
14-
#set to latin1, utf-8, utf-8-bom, utf-16be or utf-16le to control the character set.
1510
charset = utf-8
1611
trim_trailing_whitespace = true
1712
insert_final_newline = true

0 commit comments

Comments
 (0)