mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-31 16:14:46 +02:00
treewide: format with latest nixfmt
This commit is contained in:
parent
c6080c206e
commit
ae78face8d
22 changed files with 100 additions and 185 deletions
|
@ -7,9 +7,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
name = "indent-o-matic";
|
||||
maintainers = [ lib.maintainers.alisonjenkins ];
|
||||
settingsOptions = {
|
||||
max_lines =
|
||||
defaultNullOpts.mkInt 2048
|
||||
"Number of lines without indentation before giving up (use -1 for infinite)";
|
||||
max_lines = defaultNullOpts.mkInt 2048 "Number of lines without indentation before giving up (use -1 for infinite)";
|
||||
skip_multiline = defaultNullOpts.mkBool false "Skip multi-line comments and strings (more accurate detection but less performant)";
|
||||
standard_widths = defaultNullOpts.mkListOf types.ints.unsigned [
|
||||
2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue