Skip to content

Commit 2c89ea3

Browse files
committed
Restores .editorconfig file.
1 parent 87433de commit 2c89ea3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.editorconfig

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
root = true
2+
3+
; Unix-style newlines with a newline ending every file
4+
[*]
5+
end_of_line = lf
6+
insert_final_newline = true
7+
charset = utf-8
8+
9+
; Golang
10+
[*.go]
11+
indent_style = tab
12+
indent_size = 4
13+
trim_trailing_whitespace = true
14+
insert_final_newline = true
15+
16+
; YAML
17+
[*.yaml]
18+
indent_style = space
19+
indent_size = 2
20+
trim_trailing_whitespace = true
21+
insert_final_newline = true

0 commit comments

Comments
 (0)