view .editorconfig @ 206:11808e98218f

Irccd: add more properties
author David Demelier <markand@malikania.fr>
date Tue, 21 Jun 2016 12:36:46 +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