summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-06 04:10:27 -0400
committerGitHub <[email protected]>2024-07-06 04:10:27 -0400
commitcdb32dbd1810fbafc3b80bf6693e0f8dcf81b2c2 (patch)
tree6e580008869ef4cd64f619f8740712c42e5d50b1 /.editorconfig
parentc61a7b372a1ec99ec8d490c7f96df3a25a5c2281 (diff)
tree-wide: start using treefmt (#17)
* nix: alejandra -> nixfmt * nix: simplify flake * nix: drop flake-checks * tree-wide: start using treefmt
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/.editorconfig b/.editorconfig
deleted file mode 100644
index e24cebd..0000000
--- a/.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-# http://editorconfig.org
-root = true
-
-[*]
-charset = utf-8
-end_of_line = lf
-indent_style = tab
-insert_final_newline = true
-trim_trailing_whitespace = true
-
-[*.{lock,nix,yml,yaml}]
-indent_style = space
-indent_size = 2