aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-10-18 22:31:25 +0900
committernsfisis <nsfisis@gmail.com>2025-10-18 22:48:40 +0900
commit114d1f074e30483b0fddd9a4cc45572b8c070797 (patch)
treef9027bc8dfff6f9cb6cd3d006e10069002f59e08 /.editorconfig
parent751db19873b5cb14bedd8adcb40cee3e3ad6089b (diff)
downloadphp-next-after-114d1f074e30483b0fddd9a4cc45572b8c070797.tar.gz
php-next-after-114d1f074e30483b0fddd9a4cc45572b8c070797.tar.zst
php-next-after-114d1f074e30483b0fddd9a4cc45572b8c070797.zip
first commit
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..e291365
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+charset = utf-8
+indent_style = space
+indent_size = 4
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true