Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit e9bc59e

Browse files
authored
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

.editorconfig

Lines changed: 9 additions & 0 deletions
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)