summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-12 02:50:19 -0500
committerseth <[email protected]>2023-11-12 02:50:58 -0500
commit66a32af19878f8fc341c4e74b9324ea3e7c90b84 (patch)
tree2bb303d8ed2fa82b29665eb04dac3fdc2cd0d59c /.editorconfig
parent7a6fccc7b858b5497858913befb1facbe83510f2 (diff)
chore: refactor lint/format config
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 64ab260..d395ba4 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,10 +4,12 @@ root = true
[*]
indent_style = tab
tab_width = 2
+indent_size = "tab"
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
-[*.yml]
+[*.{yml,yaml}]
indent_style = space
+indent_size = 2