aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-07-29 02:00:37 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-07-25 02:16:22 +0200
commit1613f584e61066fd35b337628040fc5b3e6ba0a8 (patch)
treed1779bc6cb88a0add22f9376448ec21c1d4c8deb /.editorconfig
parent14370ef0978b3955852afb9159ae7414471f6324 (diff)
Add editorconfig to the project
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..e04fe26
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,6 @@
+[*]
+charset = utf8
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 4