meta: don't check indent style for npins sources & lockfile

This commit is contained in:
NotAShelf 2025-06-20 20:44:42 +03:00
parent 76becd77e0
commit 18c17b7b8d
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF

View file

@ -19,13 +19,12 @@ indent_style = space
indent_size = 2
tab_width = 2
[*.{diff,patch}]
[*.{diff,patch,lock}]
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
[*.lock]
indent_size = unset
[npins/sources.json]
insert_final_newline = unset
indent_style = unset
indent_size = unset
trim_trailing_whitespace = unset