Skip to content

Commit d9f674c

Browse files
committed
Keep file formatting consistent
See http://editorconfig.org/
1 parent b3ac4fe commit d9f674c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.editorconfig

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true
8+
9+
[*.{rb,gemspec}]
10+
indent_size = 2
11+
indent_style = space
12+
13+
[Gemfile]
14+
indent_size = 2
15+
indent_style = space

0 commit comments

Comments
 (0)