[libpng16] chore: Set the indent_size fields in .editorconfig

Also add an .editorconfig-checker.json file. We need to instruct the
editorconfig-checker program to skip the checks for the indent size.
(As of this commit time, editorconfig-checker is too rigid to recognize
"smart indentations".)

This is a cherry-pick of commit 67c99f75cf05b354f89c01c8fc15948300e84143
from branch 'libpng18'.

Co-authored-by: John Bowler <jbowler@acm.org>
Signed-off-by: John Bowler <jbowler@acm.org>
Signed-off-by: Cosmin Truta <ctruta@gmail.com>
This commit is contained in:
Cosmin Truta
2024-09-15 22:33:31 +03:00
parent 18ab7d09dd
commit cb08862674
5 changed files with 28 additions and 3 deletions

View File

@@ -5,7 +5,8 @@ root = true
[*]
charset = utf-8
end_of_line = unset
indent_style = unset
indent_size = 4
indent_style = space
insert_final_newline = true
max_doc_length = 80
max_line_length = 100