diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1014ba7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false diff --git a/quickemu b/quickemu index f784cc4..1a97990 100755 --- a/quickemu +++ b/quickemu @@ -1300,3 +1300,5 @@ if [ ${SHORTCUT} -eq 1 ]; then fi vm_boot + +# vim:tabstop=2:shiftwidth=2:expandtab diff --git a/quickget b/quickget index 5289caa..e610e41 100755 --- a/quickget +++ b/quickget @@ -1731,3 +1731,5 @@ else esac exit 1 fi + +# vim:tabstop=2:shiftwidth=2:expandtab