From f4701ed15465e6c724bd27104aa7d729b5a93c2a Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 23 Feb 2022 11:50:31 +0000 Subject: [PATCH] Update .editorconfig with correct spacing for quickget (4) and quickemu (2) Sorry, I managed to create these with different spacing. Something to address in the future perhaps. --- .editorconfig | 10 +++++++++- quickget | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 1014ba7..9080fe7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*] +[quickemu] charset = utf-8 end_of_line = lf insert_final_newline = true @@ -8,5 +8,13 @@ indent_style = space indent_size = 2 trim_trailing_whitespace = true +[quickget] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true + [*.md] trim_trailing_whitespace = false diff --git a/quickget b/quickget index e610e41..b263894 100755 --- a/quickget +++ b/quickget @@ -1732,4 +1732,4 @@ else exit 1 fi -# vim:tabstop=2:shiftwidth=2:expandtab +# vim:tabstop=4:shiftwidth=4:expandtab