summarylogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorClaudia2023-05-18 22:41:12 +0200
committerClaudia2023-05-18 22:41:12 +0200
commite469f4489b4b61e5c457b06c78c8ea0e70f23bdd (patch)
tree0cb450f9d6a8d0cdce322a52354b9695685c4470 /.editorconfig
parent117952d0729e80388352c8617c0a60156c1a33a7 (diff)
downloadaur-e469f4489b4b61e5c457b06c78c8ea0e70f23bdd.tar.gz
Adopt package; pwclient v2.6.2
Thanks to user @leuko for suggesting the `PBR_VERSION` workaround.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000000..29215c86a3df
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,20 @@
+# https://editorconfig.org
+
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.{diff,patch}]
+end_of_line = lf
+trim_trailing_whitespace = false
+
+[PKGBUILD]
+indent_size = 2
+
+[*.json]
+indent_size = 2