diff options
| author | Mike Vink <ivi@vinkies.net> | 2024-09-05 18:23:03 +0200 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2024-09-05 18:23:03 +0200 |
| commit | b5b710f2b455fe65e77e66934263e19627c79b95 (patch) | |
| tree | b57f4d224b2cec947b13b348ffae468b5ba8aa35 /profiles/core | |
| parent | b89f42a3ac8d42da4c5ce4340c33a759dc703a4a (diff) | |
finish GBrowse
Diffstat (limited to 'profiles/core')
| -rw-r--r-- | profiles/core/neovim.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index 6db247c..d59d81f 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -17,11 +17,7 @@ trim_trailing_whitespace = true; insert_final_newline = true; }; - "*.yaml" = { - indent_style = "space"; - indent_size = 2; - }; - "*.nix" = { + "*.{yaml,nix,sh}" = { indent_style = "space"; indent_size = 2; }; |
