mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
14 lines
232 B
INI
14 lines
232 B
INI
# https://editorconfig.org
|
|
|
|
root = false
|
|
|
|
[*]
|
|
charset = unset
|
|
end_of_line = unset
|
|
indent_size = unset
|
|
indent_style = unset
|
|
insert_final_newline = unset
|
|
max_doc_length = unset
|
|
max_line_length = unset
|
|
trim_trailing_whitespace = unset
|