mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:30 -06:00
Converted all client code to Standard JS compliant
This commit is contained in:
11
.editorconfig
Normal file
11
.editorconfig
Normal file
@@ -0,0 +1,11 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{jade,pug}]
|
||||
trim_trailing_whitespace = false
|
||||
Reference in New Issue
Block a user