summary refs log tree commit diff
path: root/.editorconfig
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-05-20 12:32:58 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-05-20 12:55:26 +1000
commitae876f032d9ee906d8632d959e10af76d4a5bde2 (patch)
treeef79edd714fc626686e2f57a03f39d0fac1952a3 /.editorconfig
parent72faa59a1575e78a359254d8eac8d8ddf1b78366 (diff)
downloadnixpkgs-ae876f032d9ee906d8632d959e10af76d4a5bde2.tar
nixpkgs-ae876f032d9ee906d8632d959e10af76d4a5bde2.tar.gz
nixpkgs-ae876f032d9ee906d8632d959e10af76d4a5bde2.tar.bz2
nixpkgs-ae876f032d9ee906d8632d959e10af76d4a5bde2.tar.lz
nixpkgs-ae876f032d9ee906d8632d959e10af76d4a5bde2.tar.xz
nixpkgs-ae876f032d9ee906d8632d959e10af76d4a5bde2.tar.zst
nixpkgs-ae876f032d9ee906d8632d959e10af76d4a5bde2.zip
.editorconfig: fix invalid value for diffs/patches
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig
index 66cd7b8f474..dab4bb0e80a 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -13,9 +13,9 @@ charset = utf-8
 
 # Ignore diffs/patches
 [*.{diff,patch}]
-end_of_line = ignore
-insert_final_newline = ignore
-trim_trailing_whitespace = ignore
+end_of_line = unset
+insert_final_newline = unset
+trim_trailing_whitespace = unset
 
 # see https://nixos.org/nixpkgs/manual/#chap-conventions