diff .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
line wrap: on
line diff
--- a/.editorconfig	Sun Dec 17 09:21:49 2017 +0100
+++ b/.editorconfig	Mon Dec 18 11:12:45 2017 +0100
@@ -7,3 +7,6 @@
 indent_style = space
 indent_size = 4
 trim_trailing_whitespace = true
+
+[*.html]
+indent_size = 2