feat: add GitHub Actions workflows for code quality and automation (#2)

This commit is contained in:
2025-02-02 00:42:19 +02:00
committed by GitHub
parent af6ecdf6ca
commit 210aa969b3
105 changed files with 8807 additions and 408 deletions

View File

@@ -6,11 +6,10 @@ end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = off
max_line_length = 120
tab_width = 2
trim_trailing_whitespace = true
[{*.php,*.json}]
indent_size = 4
max_line_length = 110
tab_width = 4
[*.md]
max_line_length = 120
trim_trailing_whitespace = false