Skip to content

Commit aec40aa

Browse files
author
Tony
committed
Merge pull request #1 from Zearin/patch-1
Add .editorconfig
2 parents a5789d0 + 8a44d70 commit aec40aa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.editorconfig

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# v1.3.18 June 8, 2014
2+
# https://github.com/bevry/base
3+
root = true
4+
5+
[*]
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = false
9+
insert_final_newline = false
10+
indent_style = tab
11+
12+
[*.json]
13+
indent_style = space
14+
indent_size = 2
15+
16+
[*.yml]
17+
indent_style = space
18+
indent_size = 2

0 commit comments

Comments
 (0)