diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2022-07-31 15:59:59 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2022-07-31 16:00:10 +0200 |
commit | 614030f9947a54868797d6a77acbeb6d6a096b29 (patch) | |
tree | 620d79a3a1a8fa2f8c7b4431110cc6939a2f594f /.editorconfig | |
download | migrate-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-- | .editorconfig | 3 |
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 |