aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorWarrick Lo <wlo@warricklo.net>2026-05-08 03:04:38 -0700
committerWarrick Lo <wlo@warricklo.net>2026-05-08 03:04:38 -0700
commit6daf3b8ef7bc0a222c1f02408b832fc6bbc413e0 (patch)
treefb3f71717c051c727fe83b4c898b0922c89bb902 /.editorconfig
parentAdd project scaffolding (diff)
downloadmontreal-6daf3b8ef7bc0a222c1f02408b832fc6bbc413e0.tar.xz
montreal-6daf3b8ef7bc0a222c1f02408b832fc6bbc413e0.zip
Add GitHub Actions for linting and formatting
Signed-off-by: Warrick Lo <wlo@warricklo.net>
Diffstat (limited to '')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 349051c..17a55fa 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -13,3 +13,7 @@ indent_size = 8
[*.{sv,svh,v,vh}]
indent_style = space
indent_size = 2
+
+[*.{yaml,yml}]
+indent_style = space
+indent_size = 2