aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.editorconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index c3ca3da..c28de82 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,5 +9,11 @@ insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true
+[*.{yaml,yml}]
+indent_size = 2
+
+[*.nix]
+indent_size = 2
+
[Makefile]
indent_style = tab