Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 1b0cbb3

Browse files
authored
Create .editorconfig
1 parent b1d1291 commit 1b0cbb3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.editorconfig

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
indent_style = space
6+
indent_size = 2
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.js]
12+
indent_style = space
13+
14+
[*.php]
15+
indent_size = 4
16+
17+
[*.sh]
18+
indent_size = 4
19+
20+
[{*.json,*.yml}]
21+
indent_style = space
22+
indent_size = 2

0 commit comments

Comments
 (0)