This commit is contained in:
mewoocat 2026-02-03 17:46:18 -05:00 committed by GitHub
commit dd491fc82c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 63 additions and 3 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 = 8;
softtabstop = 8;
shiftwidth = 8;
};
markdown.enable = true;
# Languages that are enabled in the maximal configuration.