Skip to content

Commit 1825921

Browse files
williambomanvitorgalvao
authored andcommitted
add .editorconfig file
1 parent 1d0936a commit 1825921

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true

test/layout_test.rb

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
}
3737

3838
TOPLEVEL_FILES = %w{
39+
.editorconfig
3940
.gitignore
4041
.rspec
4142
.rubocop.yml

0 commit comments

Comments
 (0)