summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-02-05 20:15:49 +0100
committerHarald Eilertsen <haraldei@anduin.net>2021-02-05 20:15:49 +0100
commit398806c8695c6d08fffc9561db1a1406f2367a43 (patch)
tree429ae32177d8c37b768232237c9995b34ae2b383
parent3424c7a12cbe9f2f87832ff90229bb3094744c1d (diff)
downloadgigologadmin-398806c8695c6d08fffc9561db1a1406f2367a43.tar.gz
gigologadmin-398806c8695c6d08fffc9561db1a1406f2367a43.tar.bz2
gigologadmin-398806c8695c6d08fffc9561db1a1406f2367a43.zip
Add .editorconfig to get more consistent setup.
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..adbdb1b
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,3 @@
+[*]
+indent_style = space
+indent_size = 4