summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2025-03-20 12:57:38 +0000
committerMike Vink <ivi@vinkies.net>2025-03-20 12:57:38 +0000
commit150bd89be6c01596d0dc6f5ba1fd87c908afd74e (patch)
treeac16266440369e885130d4ca0296ff5ee102a335 /.editorconfig
parentf97604691d2741e7c5ead501669070cbfbcf9885 (diff)
a lot of stuff
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
1 files changed, 3 insertions, 8 deletions
diff --git a/.editorconfig b/.editorconfig
index 4c3c9ec..74690dd 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,18 +8,13 @@ root = true
insert_final_newline = true
trim_trailing_whitespace = true
-[*.{md}]
+[*.{yaml,yml,lua,md,tf,j2}]
indent_style = space
indent_size = 2
-[*.{yaml,yml}]
-indent_style = space
-indent_size = 2
+[*.go]
+indent_style = tab
# Tab indentation (no size specified)
[Makefile]
indent_style = tab
-
-[*.lua]
-indent_size = 2
-indent_style = spaces