view .editorconfig @ 196:bdeda4baf684

Irccd: use the shared_ptr directly in Module
author David Demelier <markand@malikania.fr>
date Tue, 07 Jun 2016 20:49:47 +0200
parents 166f589e30e5
children 6635b9187d71
line wrap: on
line source

root = true

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

[*.md]
indent_style = space
indent_size = 2