From 8cef49cfce3e731ffcf45528c5efcdb92135bff3 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 17 Feb 2021 11:44:39 +0100 Subject: [PATCH] editorconfig: add *.vault --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index ca4cd7f..2b2153d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,3 +14,8 @@ indent_size = 2 # possibly sql dumps [*.sql] indent_size = unset + +# bundlewrap encrypted files +[*.vault] +end_of_line = unset +insert_final_newline = unset