mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-05 03:15:53 +00:00
broken more granular indent options
This commit is contained in:
parent
7267cf3570
commit
a0d4238282
5 changed files with 33 additions and 17 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue