Skip to content

Commit c854a70

Browse files
committed
Add editorconfig [skip ci]
1 parent 57bfe76 commit c854a70

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
insert_final_newline = true
9+
indent_style = space
10+
indent_size = 4
11+
trim_trailing_whitespace = true
12+
13+
[*.md]
14+
trim_trailing_whitespace = false

.gitattributes

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Ignore all test and documentation for archive
2+
/.editorconfig export-ignore
23
/.gitattributes export-ignore
34
/.gitignore export-ignore
45
/.scrutinizer.yml export-ignore
56
/.travis.yml export-ignore
67
/phpunit.xml.dist export-ignore
78
/tests export-ignore
8-
/docs export-ignore
9+
/docs export-ignore

0 commit comments

Comments
 (0)