summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredtide2023-06-30 21:24:22 +0200
committerredtide2023-06-30 21:24:22 +0200
commit3204623cccf5d00aae2fddbe85790c4f38483a0c (patch)
treee39960d7217988940890ab10363b4cad550f1c77
parent987d84d4ce77670c085e9f2aaf1b811765583a8a (diff)
downloadaur-3204623cccf5d00aae2fddbe85790c4f38483a0c.tar.gz
Added .editorconfig
-rw-r--r--.editorconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000000..b4e2598065da
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+# EditorConfig configuration
+# http://editorconfig.org
+
+# Top-most EditorConfig file
+root = true
+
+# UTF-8 charset, set indent to spaces with width of four,
+# with no trailing whitespaces and a newline ending every file.
+[*]
+charset = utf-8
+indent_size = 2
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true