mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-20 03:30:20 +01:00
meta: don't check indent style for npins sources & lockfile
This commit is contained in:
parent
76becd77e0
commit
18c17b7b8d
1 changed files with 4 additions and 5 deletions
|
|
@ -19,13 +19,12 @@ indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
tab_width = 2
|
tab_width = 2
|
||||||
|
|
||||||
[*.{diff,patch}]
|
[*.{diff,patch,lock}]
|
||||||
end_of_line = unset
|
end_of_line = unset
|
||||||
insert_final_newline = unset
|
insert_final_newline = unset
|
||||||
trim_trailing_whitespace = unset
|
trim_trailing_whitespace = unset
|
||||||
|
|
||||||
[*.lock]
|
|
||||||
indent_size = unset
|
|
||||||
|
|
||||||
[npins/sources.json]
|
[npins/sources.json]
|
||||||
insert_final_newline = unset
|
indent_style = unset
|
||||||
|
indent_size = unset
|
||||||
|
trim_trailing_whitespace = unset
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue