summarylogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorVladimir Svyatski2021-11-21 00:03:40 +0300
committerVladimir Svyatski2021-11-21 00:12:49 +0300
commitd75d2374f89b5c1a6c85433534bab1fdd06602f8 (patch)
tree01a40aeede7f3e4f5487641bbe83c4e09611c116 /.editorconfig
parentfd89b6fd7bab853d0a8cf4d3a36f149a8243b2e4 (diff)
downloadaur-d75d2374f89b5c1a6c85433534bab1fdd06602f8.tar.gz
Updating to 8.3. Adding changelog.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000000..77a5f5e84dd3
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+root = true
+
+[*]
+charset = utf-8
+insert_final_newline = true
+trim_trailing_whitespace = true
+indent_style = tab
+indent_size = 4
+
+[{*.sh, PKGBUILD}]
+end_of_line = lf
+indent_size = 2
+indent_style = space
+tab_width = 2