Skip to content

Commit cf1a3fa

Browse files
committed
Add .editorconfig
1 parent e4663ed commit cf1a3fa

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.editorconfig

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# http://editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
11+
[*.php]
12+
indent_style = space
13+
indent_size = 4
14+
15+
[*.md]
16+
trim_trailing_whitespace = false
17+
18+
[{*.json, *.yml, *.xml, *.xml.dist}]
19+
indent_style = space
20+
indent_size = 4
21+
22+
[{.travis.yml}]
23+
indent_style = space
24+
indent_size = 2

0 commit comments

Comments
 (0)