view .editorconfig @ 199:15ad726db5c8

Irccd: style
author David Demelier <markand@malikania.fr>
date Wed, 08 Jun 2016 19:59:00 +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