Skip to content

Commit 5295661

Browse files
committed
add .editorconfig
1 parent a1ef642 commit 5295661

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# Top-most EditorConfig file.
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file.
7+
[*.md]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
max_line_length = 80
11+
12+
# 8 space indentation for Golang code.
13+
[*.go]
14+
indent_style = tab
15+
indent_size = 8
16+
max_line_length = 80

0 commit comments

Comments
 (0)