Skip to content

Commit

Permalink
.editorconfig: disable for Apple nib files
Browse files Browse the repository at this point in the history
  • Loading branch information
midchildan committed Aug 17, 2022
1 parent b025c8c commit 72152f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 72152f2

Please sign in to comment.