mirror of
https://github.com/predis/predis.git
synced 2026-08-30 20:21:31 +00:00
ac259bdb6f
* Add complete CI * Fix CI * Fix spelling * Fix indentation * Fix CI * Fix CI * Revert disabling unit tests * Add coverage driver to CI * Start coverage debugging * Fix debugging ignored, and an empty message aborts the commit. * Stop debugging * Move TODO-s from source to GitHub issues * Ignore too long lines in certain files * Revert requiring php-parallel-lint/php-parallel-lint * formatting * try shorter formatting * formatting * fix syntax * try two paths? * Update .editorconfig Co-authored-by: Viktor Szépe <viktor@szepe.net> * indentation * make it a group Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
25 lines
408 B
INI
25 lines
408 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
block_comment_start = /*
|
|
block_comment = *
|
|
block_comment_end = */
|
|
|
|
[*.php]
|
|
max_line_length = 150
|
|
|
|
[*.{md,yml,yaml,neon}]
|
|
indent_size = 2
|
|
|
|
[tests/**.php]
|
|
max_line_length = unset
|
|
|
|
[{src/ClientInterface.php,src/ClientContextInterface.php}]
|
|
max_line_length = unset
|