summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorseth <[email protected]>2024-04-17 03:50:34 -0400
committerseth <[email protected]>2024-04-17 03:50:34 -0400
commitdfdb0ceed87923086f258f5291276c9db0b7ecd0 (patch)
treecf292e6da1789f71b07e85c8f2936bd60d210fce /.editorconfig
parentcbcc5c09585229ec31cf76f2ab666b2d34129914 (diff)
nix: remove all inputs
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig
index 62e6253..f9e4a2e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,11 +7,7 @@ charset = utf-8
indent_style = tab
indent_size = 4
-[*.{yml,yaml}]
-indent_style = space
-indent_size = 2
-
-[*.{nix,lock}]
+[*.{lock,nix,yml,yaml}]
indent_style = space
indent_size = 2