From cdb32dbd1810fbafc3b80bf6693e0f8dcf81b2c2 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 6 Jul 2024 04:10:27 -0400 Subject: tree-wide: start using treefmt (#17) * nix: alejandra -> nixfmt * nix: simplify flake * nix: drop flake-checks * tree-wide: start using treefmt --- .editorconfig | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .editorconfig (limited to '.editorconfig') 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 -- cgit v1.2.3