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

Commit 118c010

Browse files
committed
Added an editor config
1 parent 8f0e799 commit 118c010

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.editorconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
; http://editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
indent_style = tab
7+
indent_size = 4
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[*.md]
13+
indent_size = 4

0 commit comments

Comments
 (0)