summarylogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorClaudia2024-06-02 16:47:30 +0200
committerClaudia2024-06-02 16:50:27 +0200
commitde096688c54c25c319c1cd92d13e7397cbb8866c (patch)
treef767ccbd258723ed3604f51b5682bc1eac0e7ed6 /.editorconfig
downloadaur-de096688c54c25c319c1cd92d13e7397cbb8866c.tar.gz
python-pyproject-patcher v0.1.0
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