aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/.editorconfig
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-10-30 19:05:32 +0900
committernsfisis <nsfisis@gmail.com>2024-10-30 19:09:51 +0900
commitb7388cdc04ee6385fea7cd5e6e2fdc57b1845624 (patch)
tree60f9e166542592017d9ef1ddb7d79f24832f78fc /src/.editorconfig
parent9fbc7168397ff77c015e34c863d4631335132d38 (diff)
downloadphpstudy-169-slides-main.tar.gz
phpstudy-169-slides-main.tar.zst
phpstudy-169-slides-main.zip
Add slidesHEADmain
Diffstat (limited to 'src/.editorconfig')
-rw-r--r--src/.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/.editorconfig b/src/.editorconfig
new file mode 100644
index 0000000..819fb4e
--- /dev/null
+++ b/src/.editorconfig
@@ -0,0 +1,5 @@
+root = true
+
+[*.php]
+indent_style = space
+indent_size = 4