Skip to content

Commit

Permalink
Add editorconfig, add trailing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Jan 26, 2016
1 parent 4de154f commit 506db3b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root = true

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

[{.travis.yml}]
indent_style = space
indent_size = 2
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.idea
vendor
init.*
init.*
2 changes: 1 addition & 1 deletion config/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
config.yml
config.yml

0 comments on commit 506db3b

Please sign in to comment.