summarylogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorClaudia Pellegrino2022-12-01 22:46:41 +0100
committerClaudia Pellegrino2022-12-01 22:46:41 +0100
commitafca94899e80b969edf18643f576b8d177f29338 (patch)
tree74a791e80621b8cae01e7975d7b4f172ce78ff04 /.editorconfig
downloadaur-afca94899e80b969edf18643f576b8d177f29338.tar.gz
python-norbert 0.2.1
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