.editorconfig: disable for Apple nib files

main
midchildan 2 years ago
parent b025c8cc5e
commit 72152f2bcf
No known key found for this signature in database
GPG Key ID: A64DE57FA5963935
  1. 7
      .editorconfig

@ -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

Loading…
Cancel
Save