mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"phpserver.relativePath": "public",
|
|
"editor.formatOnType": true,
|
|
"editor.formatOnPaste": true,
|
|
"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,
|
|
"php-cs-fixer.onsave": true,
|
|
"phpfmt.passes": [
|
|
"PSR2KeywordsLowerCase",
|
|
"PSR2LnAfterNamespace",
|
|
"PSR2CurlyOpenNextLine",
|
|
"PSR2ModifierVisibilityStaticOrder",
|
|
"PSR2SingleEmptyLineAndStripClosingTag",
|
|
"ReindentSwitchBlocks",
|
|
"AllmanStyleBraces",
|
|
"StripExtraCommaInArray"
|
|
],
|
|
"phpfmt.exclude": [
|
|
"ReindentComments",
|
|
"StripNewlineWithinClassBody"
|
|
],
|
|
"phpfmt.psr2": false,
|
|
"phpfmt.indent_with_space": false,
|
|
} |