Skip to content

Commit 3030da3

Browse files
committed
add editorconfig
Signed-off-by: Utkarsh Srivastava <[email protected]> add editorconfig for native code as well Signed-off-by: Utkarsh Srivastava <[email protected]>
1 parent 7cab0c1 commit 3030da3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[*.js]
2+
charset = utf-8
3+
indent_style = space
4+
indent_size = 4
5+
end_of_line = lf
6+
trim_trailing_whitespace = true
7+
insert_final_newline = true
8+
9+
[*.{cpp,cc,c,hpp,h,hh}]
10+
charset = utf-8
11+
indent_style = space
12+
indent_size = 4
13+
end_of_line = lf
14+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)