Skip to content

Commit 9ce158c

Browse files
author
Shiva Poudel
committed
Create .editorconfig
1 parent d8f5561 commit 9ce158c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.editorconfig

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
indent_size = 4
9+
tab_width = 4
10+
indent_style = tab
11+
insert_final_newline = true
12+
trim_trailing_whitespace = true
13+
14+
[*.txt]
15+
trim_trailing_whitespace = false
16+
17+
[*.{md,json,yml}]
18+
trim_trailing_whitespace = false
19+
indent_style = space
20+
indent_size = 2

0 commit comments

Comments
 (0)