Skip to content

Commit

Permalink
Add .editorconfig
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Sep 13, 2015
1 parent db2d483 commit 6477cdc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.yml]
indent_style = space
indent_size = 2
25 changes: 13 additions & 12 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
* text=auto

# Ignore following folder/file.
/build export-ignore
/docs export-ignore
/tests export-ignore
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore
/LICENSE export-ignore
/README.md export-ignore
/build export-ignore
/docs export-ignore
/tests export-ignore
/.coveralls.yml export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore
/LICENSE export-ignore
/README.md export-ignore

0 comments on commit 6477cdc

Please sign in to comment.