Initial commit

This commit is contained in:
Björn Fromme
2018-04-18 17:24:00 +02:00
commit da4db35be3
875 changed files with 80368 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
root = true
charset = utf-8
trim_trailing_whitespace = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{html,js}]
indent_size = 4
indent_style = space
[*.{css,scss}]
indent_size = 2
indent_style = space