Skip to content

Commit 3636a31

Browse files
committed
add .editorconfig
1 parent 5be8945 commit 3636a31

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.editorconfig

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
indent_size = 2
12+
indent_style = space
13+
14+
[*.{md, markdown}]
15+
trim_trailing_whitespace = false
16+
17+
[Makefile]
18+
indent_size = 4
19+
indent_style = tab
20+
21+
[*.go]
22+
indent_size = 4
23+
indent_style = tab

0 commit comments

Comments
 (0)