mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00

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>
10 lines
139 B
INI
10 lines
139 B
INI
# https://editorconfig.org
|
|
|
|
root = false
|
|
|
|
[*.[ch]]
|
|
indent_size = unset
|
|
indent_style = unset
|
|
max_doc_length = unset
|
|
max_line_length = unset
|