Skip to content

Commit 2b11b6d

Browse files
committedApr 24, 2021
Add .editorconfig
1 parent ed993c6 commit 2b11b6d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[{*.h,*.md}]
5+
charset = utf-8
6+
trim_trailing_whitespace = true
7+
insert_final_newline = true
8+
end_of_line = lf
9+
indent_style = space
10+
indent_size = 2
11+
12+
#[{*.h}]

0 commit comments

Comments
 (0)