summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-05 18:26:55 -0400
committerseth <[email protected]>2024-08-23 08:30:48 -0400
commit67fba5edad38f8a4651a6a782c7abdc696a464ff (patch)
tree1b2ad1572d8938a89e096955d5a46f519a16f5fb /.editorconfig
parent9135c80ee930045c889f64269735b8319896e2f4 (diff)
back to lume for the 1000th time
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig16
1 files changed, 0 insertions, 16 deletions
diff --git a/.editorconfig b/.editorconfig
deleted file mode 100644
index f9e4a2e..0000000
--- a/.editorconfig
+++ /dev/null
@@ -1,16 +0,0 @@
-root = true
-
-[*]
-end_of_line = lf
-insert_final_newline = true
-charset = utf-8
-indent_style = tab
-indent_size = 4
-
-[*.{lock,nix,yml,yaml}]
-indent_style = space
-indent_size = 2
-
-[justfile]
-indent_style = space
-indent_size = 4