From 37a94ece2c2e44474c52c9316228f0c96843c709 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sun, 23 Oct 2022 12:43:46 +0200 Subject: [PATCH 1/2] Add .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig 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 From 5e6744983f6488ecc24a199b13b7f17663e98f2b Mon Sep 17 00:00:00 2001 From: Manuel Date: Sun, 23 Oct 2022 12:44:10 +0200 Subject: [PATCH 2/2] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.