about summary refs log tree commit diff
path: root/modules/editorconfig.nix
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2024-10-10 03:33:47 +0300
committerazahi <azat@bahawi.net>2024-10-10 03:33:47 +0300
commitc6c9929a090aa8022045514e09ecafd57a954c27 (patch)
tree0a71feedcada203c045f94d01bc2d8b733b067ee /modules/editorconfig.nix
parent2024-08-20 (diff)
2024-10-10
Diffstat (limited to '')
-rw-r--r--modules/editorconfig.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/editorconfig.nix b/modules/editorconfig.nix
index 5dfe845..e7f55ff 100644
--- a/modules/editorconfig.nix
+++ b/modules/editorconfig.nix
@@ -58,12 +58,6 @@ in
           indent_style = "space";
         };
 
-        # https://github.com/ziglang/zig/wiki/FAQ#why-does-zig-fmt-use-spaces-instead-of-tabs
-        "*.zig" = {
-          indent_size = 4;
-          indent_style = "space";
-        };
-
         "*.{asm,s,S}" = {
           indent_size = 4;
           indent_style = "spaces";

Consider giving Nix/NixOS a try! <3