mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
30 lines
474 B
INI
30 lines
474 B
INI
# https://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = unset
|
|
indent_size = unset
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
max_doc_length = 79
|
|
max_line_length = 79
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.[ch]]
|
|
indent_size = 2
|
|
indent_style = space
|
|
|
|
[CMakeLists.txt]
|
|
indent_size = 4
|
|
indent_style = space
|
|
max_doc_length = 79
|
|
max_line_length = 99
|
|
|
|
[{Makefile,makevms.com}]
|
|
indent_size = unset
|
|
indent_style = unset
|
|
max_doc_length = 79
|
|
max_line_length = 99
|