Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit dcf51ad

Browse files
committed
Add editor config
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 8c64d75 commit dcf51ad

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
charset = utf-8
11+
indent_style = space
12+
indent_size = 2
13+
14+
[*.go]
15+
indent_style = tab
16+
17+
[Makefile]
18+
indent_style = tab

0 commit comments

Comments
 (0)