Skip to content

Commit 4306c47

Browse files
committed
chore: Add .editorconfig
1 parent 22be4eb commit 4306c47

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.editorconfig

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# EditorConfig is awesome: https://editorconfig.org
2+
3+
root = true
4+
5+
# Default settings for all files
6+
[*]
7+
charset = utf-8
8+
end_of_line = lf
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
# Settings for Go files
13+
[*.go]
14+
indent_style = tab
15+
indent_size = 4
16+
17+
# Settings for Bash scripts
18+
[{*.sh,docker-pussh}]
19+
indent_style = space
20+
indent_size = 4

0 commit comments

Comments
 (0)