summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
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