.editorconfig: disable for Apple nib files

This commit is contained in:
midchildan 2022-08-17 01:58:57 +09:00
parent b025c8cc5e
commit 72152f2bcf
No known key found for this signature in database
GPG Key ID: A64DE57FA5963935

View File

@ -60,6 +60,13 @@ indent_size = unset
[*.md]
trim_trailing_whitespace = unset
# binaries
[*.nib]
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
charset = unset
[eggs.nix]
trim_trailing_whitespace = unset