diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-23 16:27:01 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-23 16:27:10 +0900 |
| commit | 106e01f36fa8dd9bc3eb3a1411bd011a618a2836 (patch) | |
| tree | e718e5f62d143060095d71de6a40dbe06866db04 /.editorconfig | |
| parent | bd6d0186d2c01a3e1d6324ad5a0bcdd71de53098 (diff) | |
| download | php-shirabe-106e01f36fa8dd9bc3eb3a1411bd011a618a2836.tar.gz php-shirabe-106e01f36fa8dd9bc3eb3a1411bd011a618a2836.tar.zst php-shirabe-106e01f36fa8dd9bc3eb3a1411bd011a618a2836.zip | |
chore: add editor/toolchain config
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6646a90 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space +indent_size = 4 + +[*.md] +trim_trailing_whitespace = false |
