summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2022-07-31 15:59:59 +0200
committerHarald Eilertsen <haraldei@anduin.net>2022-07-31 16:00:10 +0200
commit614030f9947a54868797d6a77acbeb6d6a096b29 (patch)
tree620d79a3a1a8fa2f8c7b4431110cc6939a2f594f /.editorconfig
downloadmigrate-614030f9947a54868797d6a77acbeb6d6a096b29.tar.gz
migrate-614030f9947a54868797d6a77acbeb6d6a096b29.tar.bz2
migrate-614030f9947a54868797d6a77acbeb6d6a096b29.zip
Initial commit
Importing the posts works, but not images.
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..22fcb8a
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,3 @@
+[*.php]
+indent_style = tab
+indent_size = 4