Skip to content

Commit f69a961

Browse files
committed
Added .editorconfig file as suggested in #270
1 parent d2d0dea commit f69a961

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.editorconfig

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# See http://EditorConfig.org for more information
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Every File
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
charset = utf-8
12+
indent_style = space
13+
indent_size = 2
14+
15+
[*.md]
16+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)