diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a467ee9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = tab +tab_width = 4 diff --git a/README.md b/README.md index 5db5647..cd73533 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# AUR packages +# Arch Linux packages -These are PKGBUILDs for packages on the Arch User Repository I maintain, used to maintain or do plan on uploading or just keep here for preservation. +These are PKGBUILDs for packages I maintain, used to maintain or do plan on uploading or just keep here for preservation. I may also use these for an automated build system soon™ that pushes these packages automatically to a pacman repo I maintain.