Skip to content

Commit

Permalink
add .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman authored and vitorgalvao committed Sep 8, 2015
1 parent 1d0936a commit 1825921
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
@@ -0,0 +1,9 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
1 change: 1 addition & 0 deletions test/layout_test.rb
Expand Up @@ -36,6 +36,7 @@
}

TOPLEVEL_FILES = %w{
.editorconfig
.gitignore
.rspec
.rubocop.yml
Expand Down

0 comments on commit 1825921

Please sign in to comment.