Skip to content

Commit e9bc59e

Browse files
authoredJul 3, 2021
Add .editorconfig (#11412)
* Add an .editorconfig to the repo root folder, providing code style hints for some text editors and making the code render properly in github. Co-authored-by: hecktest <>
1 parent 062fd21 commit e9bc59e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

Diff for: ‎.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[*]
2+
end_of_line = lf
3+
4+
[*.{cpp,h,lua,txt,glsl,md,c,cmake,java,gradle}]
5+
charset = utf8
6+
indent_size = 4
7+
indent_style = tab
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)
Please sign in to comment.