From ae876f032d9ee906d8632d959e10af76d4a5bde2 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Wed, 20 May 2020 12:32:58 +1000 Subject: [PATCH] .editorconfig: fix invalid value for diffs/patches --- .editorconfig | 6 +++--- 1 file 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