mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
.editorconfig: fix invalid value for diffs/patches
This commit is contained in:
parent
72faa59a15
commit
ae876f032d
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ charset = utf-8
|
||||||
|
|
||||||
# Ignore diffs/patches
|
# Ignore diffs/patches
|
||||||
[*.{diff,patch}]
|
[*.{diff,patch}]
|
||||||
end_of_line = ignore
|
end_of_line = unset
|
||||||
insert_final_newline = ignore
|
insert_final_newline = unset
|
||||||
trim_trailing_whitespace = ignore
|
trim_trailing_whitespace = unset
|
||||||
|
|
||||||
# see https://nixos.org/nixpkgs/manual/#chap-conventions
|
# see https://nixos.org/nixpkgs/manual/#chap-conventions
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue