Skip to content

Commit f19a261

Browse files
committed
Enhancement: Add .editorconfig
1 parent e0197a6 commit f19a261

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
indent_size = 4
6+
indent_style = space
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
10+
[*.md]
11+
trim_trailing_whitespace = false
12+
13+
[*.yml]
14+
indent_size = 2

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/docs export-ignore
22
/tests export-ignore
3+
.editorconfig export-ignore
34
.gitignore export-ignore
45
.travis.yml export-ignore
56
phpunit.dist.xml export-ignore

0 commit comments

Comments
 (0)