summarylogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorDaniel Peukert2020-06-12 16:10:00 +0200
committerDaniel Peukert2020-06-12 16:10:00 +0200
commitfff117aeccab301df779dd67baf9da2d1ce2a58d (patch)
treeef9b85ca5143112bc5c05b236c8703d3957ba7f2 /.editorconfig
downloadaur-fff117aeccab301df779dd67baf9da2d1ce2a58d.tar.gz
Merge branch 'electron4-bin' into 'master'
Add electron4-bin See merge request dpeukert/pkgbuilds!4
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