Skip to content

Commit 6477cdc

Browse files
committed
Add .editorconfig
Signed-off-by: crynobone <[email protected]>
1 parent db2d483 commit 6477cdc

File tree

2 files changed

+26
-12
lines changed

2 files changed

+26
-12
lines changed

.editorconfig

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

.gitattributes

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
* text=auto
22

33
# Ignore following folder/file.
4-
/build export-ignore
5-
/docs export-ignore
6-
/tests export-ignore
7-
/.coveralls.yml export-ignore
8-
/.gitattributes export-ignore
9-
/.gitignore export-ignore
10-
/.php_cs export-ignore
11-
/.scrutinizer.yml export-ignore
12-
/.travis.yml export-ignore
13-
/phpunit.xml export-ignore
14-
/LICENSE export-ignore
15-
/README.md export-ignore
4+
/build export-ignore
5+
/docs export-ignore
6+
/tests export-ignore
7+
/.coveralls.yml export-ignore
8+
/.editorconfig export-ignore
9+
/.gitattributes export-ignore
10+
/.gitignore export-ignore
11+
/.php_cs export-ignore
12+
/.scrutinizer.yml export-ignore
13+
/.travis.yml export-ignore
14+
/phpunit.xml export-ignore
15+
/LICENSE export-ignore
16+
/README.md export-ignore

0 commit comments

Comments
 (0)