view .editorconfig @ 204:751ac58d7747

Irccd: initial properties required in Command, #516
author David Demelier <markand@malikania.fr>
date Fri, 10 Jun 2016 11:54:13 +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