comparison .editorconfig @ 615:4ee71022784c

Misc: update .editorconfig for HTML files
author David Demelier <markand@malikania.fr>
date Mon, 18 Dec 2017 11:12:45 +0100
parents 6635b9187d71
children 8c44bbcbbab9
comparison
equal deleted inserted replaced
614:ebdc614db066 615:4ee71022784c
5 end_of_line = lf 5 end_of_line = lf
6 insert_final_newline = true 6 insert_final_newline = true
7 indent_style = space 7 indent_style = space
8 indent_size = 4 8 indent_size = 4
9 trim_trailing_whitespace = true 9 trim_trailing_whitespace = true
10
11 [*.html]
12 indent_size = 2