summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-28 10:45:34 +0100
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-28 10:45:34 +0100
commit0d747afe10bd5b5731e203610119d48afe57385f (patch)
treead063de7a08bacceee35a6d70ebd765db5dd6763 /.editorconfig
parentf5898d932f812410ff08b974ccdb72a81dc624b3 (diff)
change toml to yaml
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 3a63703..e1c3e6c 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,3 +9,7 @@ insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
+
+[*.yaml]
+indent_size = 2
+indent_style = space