broken more granular indent options

This commit is contained in:
mewoocat 2026-01-13 00:16:46 -06:00
commit a0d4238282
5 changed files with 33 additions and 17 deletions

View file

@ -49,7 +49,12 @@ isMaximal: {
enableExtraDiagnostics = true;
# Languages that will be supported in default and maximal configurations.
nix.enable = true;
nix = {
enable = true;
tabstop = 20;
softtabstop = 20;
shiftwidth = 20;
};
markdown.enable = true;
# Languages that are enabled in the maximal configuration.