mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 17:03:31 +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"
|
"**.svg"
|
||||||
"**/man/*.5"
|
"**/man/*.5"
|
||||||
];
|
];
|
||||||
|
formatter.ruff-format.options = [ "--isolated" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue