From 13b11cbed5ffc3e08cf5472de73d79aacab8e742 Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Sat, 27 Jan 2024 16:26:53 -0500 Subject: [PATCH] indent style for c --- users/tacocat/helix/languages.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/users/tacocat/helix/languages.nix b/users/tacocat/helix/languages.nix index de008d1..b3a8d13 100644 --- a/users/tacocat/helix/languages.nix +++ b/users/tacocat/helix/languages.nix @@ -12,6 +12,14 @@ unit = "\t"; }; } + + { + name = "c"; + indent = { + tab-width = 2; + unit = "\t"; + }; + } ]; language-server = { nil = {