aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2023-04-30 16:30:26 +0200
committerHarald Eilertsen <haraldei@anduin.net>2023-04-30 16:30:26 +0200
commitca7e09e09f97c36cfa7644d20d619fa01eeae99a (patch)
tree434a24967ed86c943df15ac1b6d0661db60d8d04 /.editorconfig
downloadhubzilla-ddev-ca7e09e09f97c36cfa7644d20d619fa01eeae99a.tar.gz
hubzilla-ddev-ca7e09e09f97c36cfa7644d20d619fa01eeae99a.tar.bz2
hubzilla-ddev-ca7e09e09f97c36cfa7644d20d619fa01eeae99a.zip
Set up a ddev env for development/testing og Hubzilla
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..a54d21c
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,3 @@
+[*]
+indent_style = tab
+indent_size = 4