Skip to content

Commit d492987

Browse files
committed
Add .editorconfig - default indentation for text editors and github
https://editorconfig.org/
1 parent cb52f9f commit d492987

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
insert_final_newline = true
8+
indent_style = tab
9+
indent_size = 4
10+
11+
[*.yml]
12+
indent_style = space
13+
indent_size = 2
14+
15+
[*.{txt,md}]
16+
charset = utf-8

0 commit comments

Comments
 (0)