mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Removed no longer needed settings
This commit is contained in:
parent
eb5332f0da
commit
b5284a80c9
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,4 @@
|
|||
embedded.txt
|
||||
.DS_Store
|
||||
/.release
|
||||
/packages
|
||||
/public/packages
|
||||
|
|
|
|||
15
.vscode/settings.json
vendored
15
.vscode/settings.json
vendored
|
|
@ -1,16 +1,3 @@
|
|||
{
|
||||
"phpserver.relativePath": "public",
|
||||
"editor.formatOnType": true,
|
||||
"editor.formatOnPaste": false,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.insertSpaces": false,
|
||||
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
|
||||
"javascript.format.placeOpenBraceOnNewLineForFunctions": true,
|
||||
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
||||
"javascript.preferences.quoteStyle": "double",
|
||||
"blade.format.enable": true,
|
||||
"html.format.wrapAttributes": "force",
|
||||
"html.format.wrapLineLength": 0,
|
||||
"php-cs-fixer.formatHtml": true,
|
||||
"php-cs-fixer.autoFixBySemicolon": true
|
||||
"phpserver.relativePath": "public"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user