.editorconfig: disable for Apple nib files
This commit is contained in:
parent
b025c8cc5e
commit
72152f2bcf
@ -60,6 +60,13 @@ indent_size = unset
|
|||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = unset
|
trim_trailing_whitespace = unset
|
||||||
|
|
||||||
|
# binaries
|
||||||
|
[*.nib]
|
||||||
|
end_of_line = unset
|
||||||
|
insert_final_newline = unset
|
||||||
|
trim_trailing_whitespace = unset
|
||||||
|
charset = unset
|
||||||
|
|
||||||
[eggs.nix]
|
[eggs.nix]
|
||||||
trim_trailing_whitespace = unset
|
trim_trailing_whitespace = unset
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user