view .editorconfig @ 654:5f00a9691da5

pexec: add convenient wrapper for std::optional
author David Demelier <markand@malikania.fr>
date Mon, 21 Jan 2019 20:39:31 +0100
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