Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 972972e

Browse files
committed
Add editorconfig
1 parent fb5b841 commit 972972e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This file is for unifying the coding style for different editors and IDEs.
2+
# More information at http://EditorConfig.org
3+
4+
# No .editorconfig files above the root directory
5+
root = true
6+
7+
[*]
8+
indent_style = space
9+
indent_size = 4
10+
charset = utf-8
11+
trim_trailing_whitespace = true
12+
insert_final_newline = true
13+
14+
[package.json]
15+
indent_size = 2

0 commit comments

Comments
 (0)