view .editorconfig @ 697:6bc92086b2a6

Misc: update INSTALL.md
author David Demelier <markand@malikania.fr>
date Fri, 04 May 2018 14:19:01 +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