view .editorconfig @ 631:5dd3347df00d

to_int: return boost::optional instead of throwing, closes #777 @10m
author David Demelier <markand@malikania.fr>
date Tue, 20 Mar 2018 13:27:22 +0100
parents 6872b3c443c7
children 5bd9424a523a
line wrap: on
line source

root = true

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