summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.editorconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 54a0aea..7a19299 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -2,12 +2,15 @@ root = true
[*]
charset = utf-8
-end_of_line = crlf
+end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = false
max_line_length = 120
tab_width = 4
+[{*.yml,*.yaml}]
+indent_size = 2
+
[{*.go,*.go2}]
indent_style = tab