mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
.editorconfig: disable for Apple nib files
This commit is contained in:
parent
b025c8cc5e
commit
72152f2bcf
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue