view .editorconfig @ 662:c13e190b2a74

options: allow '!' in format string to stop at first argument
author David Demelier <markand@malikania.fr>
date Tue, 16 Jul 2019 21:07:25 +0200
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