Skip to content

Commit 8ceedda

Browse files
committed
Add EditorConfig file
1 parent 73d10e6 commit 8ceedda

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs
2+
# @see http://editorconfig.org
3+
root = true
4+
5+
[*]
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
indent_style = space
11+
tab_width = 4
12+
13+
[*.{rb,yml,yaml,md,conf}]
14+
indent_size = 2

0 commit comments

Comments
 (0)