This commit is contained in:
mewoocat 2026-03-02 21:01:05 +02:00 committed by GitHub
commit 5c382ba419
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.