view .editorconfig @ 666:66015e773085

json_util: use explicit int
author David Demelier <markand@malikania.fr>
date Thu, 19 Sep 2019 11:34:54 +0000
parents 5bd9424a523a
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 8