view .editorconfig @ 658:e0714513ed1d

CMake: move contrib to systemd, closes #786 @5m
author David Demelier <markand@malikania.fr>
date Tue, 27 Mar 2018 13:35:53 +0200
parents 4ee71022784c
children 8c44bbcbbab9
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

[*.html]
indent_size = 2