mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
flake/dev/formatting: run ruff format in isolated mode
This commit is contained in:
parent
123c102a13
commit
ca01a644ef
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
|||
"**.svg"
|
||||
"**/man/*.5"
|
||||
];
|
||||
formatter.ruff-format.options = [ "--isolated" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue