chore(lint): set up .editorconfig, lint all

This commit is contained in:
Ash Monty 2022-07-23 17:24:19 +02:00
parent cfd7aa9625
commit 37256536aa
No known key found for this signature in database
GPG Key ID: 740B7C88251D49B6
70 changed files with 10245 additions and 10233 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
# http://editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.js]
indent_size = 4
[*.{css,handlebars,json}]
indent_size = 2

View File

@ -248,4 +248,3 @@ button * {
right: -200px;
z-index: 0;
}

View File

@ -67,4 +67,3 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/highlight.min.js"></script>
<link rel="stylesheet" href="/assets/css/highlightjs.css">
<script>hljs.highlightAll();</script>

View File

@ -37,4 +37,3 @@
</div>
</div>
</div>