Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit a83fec2

Browse files
andreyneringkujtimiihoxha
authored andcommitted
chore: add a .editorconfig file
1 parent bc67c13 commit a83fec2

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+
# https://editorconfig.org/
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
indent_style = space
10+
indent_size = 2
11+
12+
[*.go]
13+
indent_style = tab
14+
indent_size = 8
15+
16+
[*.golden]
17+
insert_final_newline = false
18+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)