Skip to content

Commit bc7ac85

Browse files
committed
Adding editorconfig
1 parent 93a5f13 commit bc7ac85

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
charset = utf-8
8+
end_of_line = lf
9+
indent_size = 4
10+
indent_style = space
11+
insert_final_newline = true
12+
trim_trailing_whitespace = true
13+
14+
[Makefile]
15+
indent_style = tab
16+
17+
[phpunit.xml.dist]
18+
indent_size = 2

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
/vendor/
1515
###< symfony/framework-bundle ###
1616

17-
.php_cs.cache
17+
.php_cs.cache

0 commit comments

Comments
 (0)