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