Skip to content

Commit 30db99a

Browse files
author
Shiva Poudel
committed
Create .editorconfig
1 parent 14b3217 commit 30db99a

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.editorconfig

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# This file is for unifying the coding style for different editors and IDEs
2+
# editorconfig.org
3+
4+
root = true
5+
6+
[*]
7+
charset = utf-8
8+
end_of_line = lf
9+
indent_size = 4
10+
tab_width = 4
11+
indent_style = tab
12+
insert_final_newline = true
13+
trim_trailing_whitespace = true
14+
15+
[*.md]
16+
trim_trailing_whitespace = false
17+
indent_style = space
18+
indent_size = 2
19+
20+
[*.txt]
21+
trim_trailing_whitespace = false
22+
23+
[*.json]
24+
insert_final_newline = false
25+
indent_style = space
26+
indent_size = 2

0 commit comments

Comments
 (0)