mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-15 05:41:34 +00:00
Add editorconfig
This commit is contained in:
parent
309aeb5714
commit
15badfbbcc
4 changed files with 15 additions and 1 deletions
8
.editorconfig
Normal file
8
.editorconfig
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
charset = utf-8
|
||||
insert_final_newline = false
|
||||
trim_trailing_whitespace = true
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"editorconfig": true,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"printWidth": 400,
|
||||
|
|
|
|||
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"recommendations": ["esbenp.prettier-vscode", "octref.vetur"]
|
||||
"recommendations": ["EditorConfig.EditorConfig", "esbenp.prettier-vscode", "octref.vetur"]
|
||||
}
|
||||
|
|
|
|||
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
|
@ -3,6 +3,11 @@
|
|||
"editor.detectIndentation": true,
|
||||
"editor.tabSize": 2,
|
||||
|
||||
"files.encoding": "utf8",
|
||||
"files.insertFinalNewline": false,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
|
||||
"[javascript][json][jsonc]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue