From 661949ba623e7b839027178bf8d9c8b3af4b7968 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Fri, 31 Jul 2020 17:31:15 +1000 Subject: .editorconfig: add c, h, key, ovpn --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index a4a872ed5c8..a32d8056f16 100644 --- a/.editorconfig +++ b/.editorconfig @@ -43,6 +43,14 @@ indent_style = space # Disable file types or individual files # some of these files may be auto-generated and/or require significant changes +[*.{c,h}] +insert_final_newline = unset +trim_trailing_whitespace = unset + +[*.{key,ovpn}] +insert_final_newline = unset +end_of_line = unset + [*.lock] indent_size = unset -- cgit 1.4.1