mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-18 17:49:12 +00:00
feat: add GitHub Actions workflows for code quality and automation (#2)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user