summarylogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorDaniel Peukert2021-02-18 14:07:27 +0100
committerDaniel Peukert2021-02-18 14:07:27 +0100
commit2d12250a6e81183c2cd57b2996f114427668b1b9 (patch)
treecafa853fb29bc9b80c16d66b65e07e601bb8d62f /.editorconfig
downloadaur-2d12250a6e81183c2cd57b2996f114427668b1b9.tar.gz
Add spot-client and spot-client-git
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000000..a467ee9a97a6
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = tab
+tab_width = 4