Skip to content

Commit 098bb9d

Browse files
committed
.editorconfig added to repository
1 parent d4cb23e commit 098bb9d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
; Check http://editorconfig.org/ for more informations
2+
; Top-most EditorConfig file
3+
root = true
4+
5+
; tab indentation
6+
[*]
7+
indent_style = tab
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
11+
; 4-column space indentation
12+
[*.md]
13+
indent_style = space
14+
indent_size = 4

0 commit comments

Comments
 (0)