diff options
Diffstat (limited to 'modules/editorconfig.nix')
-rw-r--r-- | modules/editorconfig.nix | 6 |
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"; |