view .editorconfig @ 473:d5bfaf362ded release-2.2

Added tag 2.2.0 for changeset 76aaaf7cd5a3
author David Demelier <markand@malikania.fr>
date Tue, 26 Sep 2017 12:33:59 +0200
parents 6635b9187d71
children 4ee71022784c
line wrap: on
line source

root = true

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