add .editorconfig file

This commit is contained in:
William Boman
2015-09-08 01:42:23 +01:00
committed by Vítor Galvão
parent 1d0936a1c5
commit 18259219d7
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -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
View File
@@ -36,6 +36,7 @@ describe "Repo layout" do
}
TOPLEVEL_FILES = %w{
.editorconfig
.gitignore
.rspec
.rubocop.yml