mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-28 02:47:19 -05:00
chore(lint): set up .editorconfig, lint all
This commit is contained in:
parent
cfd7aa9625
commit
37256536aa
15
.editorconfig
Normal file
15
.editorconfig
Normal 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
|
||||
|
|
@ -248,4 +248,3 @@ button * {
|
|||
right: -200px;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -37,4 +37,3 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user