From 0587291836fe948a3cc26486a84a040ca92c870b Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Wed, 20 Jan 2021 07:35:35 +1000 Subject: [PATCH] .editorconfig: add asc --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 6625cbf6981..980bca1ee04 100644 --- a/.editorconfig +++ b/.editorconfig @@ -47,9 +47,10 @@ indent_style = space insert_final_newline = unset trim_trailing_whitespace = unset -[*.{key,ovpn}] +[*.{asc,key,ovpn}] insert_final_newline = unset end_of_line = unset +trim_trailing_whitespace = unset [*.lock] indent_size = unset