view .editorconfig @ 843:497eca78800c

tests: use static cast rather than dynamic It looks like dynamic_cast under a shared library does not cross boundaries so use a static_cast since we know that we allocated a mock_plugin.
author David Demelier <markand@malikania.fr>
date Fri, 05 Jul 2019 20:12:00 +0200
parents 8c44bbcbbab9
children
line wrap: on
line source

root = true

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

[*.{html,xml,yml}]
indent_size = 4