Skip to content

Commit 748ac20

Browse files
GHI-#11 Add EditorConfig support
1 parent ed83971 commit 748ac20

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.editorconfig

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# ++++++++++++++++++++++
2+
# + Base Configuration +
3+
# ++++++++++++++++++++++
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
indent_size = 2
8+
indent_style = space
9+
insert_final_newline = true
10+
max_line_length = 160
11+
trim_trailing_whitespace = true
12+
13+
# +++++++++++++
14+
# + Languages +
15+
# +++++++++++++
16+
# +++ Markdown +++
17+
[*.{md,gfm}]
18+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)