This commit is contained in:
mewoocat 2026-04-07 23:29:24 +02:00 committed by GitHub
commit f9393a8bd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 63 additions and 3 deletions

View file

@ -52,7 +52,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.