From 394af13667ad2fb81f28eaac59f2e9bdbbe5e520 Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Wed, 9 Oct 2024 14:18:14 +1300 Subject: chore: remove devenv Uses a native nix shell. --- .editorconfig-checker.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig-checker.json (limited to '.editorconfig-checker.json') diff --git a/.editorconfig-checker.json b/.editorconfig-checker.json new file mode 100644 index 0000000..f9fa45e --- /dev/null +++ b/.editorconfig-checker.json @@ -0,0 +1,7 @@ +{ + "exclude": [ + "flake.lock", + "LICENSE", + "*.txt" + ] +} -- cgit 1.4.1