chore(coding-style): correct indentation

This commit is contained in:
Romain Lanz
2017-09-14 16:49:54 +02:00
parent aa394e1eb8
commit 4eb84d19eb
5 changed files with 65 additions and 56 deletions
+9
View File
@@ -0,0 +1,9 @@
root = true
[*]
indent_size = 2
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
+1 -1
View File
@@ -9,5 +9,5 @@ files({
'html/index.html', 'html/index.html',
'html/script.js', 'html/script.js',
'html/style.css', 'html/style.css',
'html/cursor.png' 'html/cursor.png',
}) })