Skip to content

Commit

Permalink
Added .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Oct 6, 2018
1 parent 96678ad commit 134eb3a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .editorconfig
@@ -0,0 +1,13 @@
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,3 +1,4 @@
.idea
vendor
/composer.lock
/test/
/vendor/

0 comments on commit 134eb3a

Please sign in to comment.