diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-08-09 20:04:44 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-08-09 20:04:44 +0900 |
| commit | 86f496a9750615757deb15abbd4ad76a397feab4 (patch) | |
| tree | 08b34aadbd9ae8ec2708378dc3b5c0afb3b5fdc5 /.editorconfig | |
| parent | 3fab244300d50f5b57fbde8f8a86333449c78688 (diff) | |
| download | php-shirabe-86f496a9750615757deb15abbd4ad76a397feab4.tar.gz php-shirabe-86f496a9750615757deb15abbd4ad76a397feab4.tar.zst php-shirabe-86f496a9750615757deb15abbd4ad76a397feab4.zip | |
docs(license): carry each ported package's license in its crate
The MIT packages Composer and Shirabe are ported from require their
copyright notices to be kept, and the Composer notice was only reachable
through the submodule.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 6646a90c..ee871d55 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,6 @@ indent_size = 4 [*.md] trim_trailing_whitespace = false + +[**/LICENSE] +trim_trailing_whitespace = false |
