summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-17 21:13:55 -0400
committerseth <[email protected]>2023-03-17 21:18:02 -0400
commitfd481d4fdce31cfaaf414d24ebbba0b2ff99a20c (patch)
tree28b6b3a61e1c5f6f833ca5fdfd48d4f1dda5d775 /.editorconfig
parentb6f5bc462ec2ab587e41ea088301e2db8fc20a13 (diff)
feat(flake): init nix flake
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index b69d331..57d9631 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,3 +10,7 @@ indent_size = 4
[*.yaml]
indent_style = space
indent_size = 2
+
+[*.{nix,lock}]
+indent_style = space
+indent_size = 2