Skip to content

Commit 18a981e

Browse files
committed
add .editorconfig
Standardized file supported by many editors to avoid bad indentation. Signed-off-by: Rosen Penev <[email protected]>
1 parent 2edd7ca commit 18a981e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .editorconfig

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[*]
2+
charset = utf-8
3+
insert_final_newline = true
4+
indent_style = space
5+
indent_size = 2
6+
trim_trailing_whitespace=true

0 commit comments

Comments
 (0)