{
"workbench.iconTheme": "vscode-icons",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": false,
"javascript.format.placeOpenBraceOnNewLineForFunctions": false,
"typescript.format.insertSpaceBeforeFunctionParenthesis": true,
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": false,
"typescript.format.placeOpenBraceOnNewLineForFunctions": false,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatter.js": "vscode-typescript",
"[vue]": {
"editor.defaultFormatter": "octref.vetur"
},
"prettier.tabWidth": 2
}
vueIndentScriptAndStyle
. any idea why?
@forward/@use
scss support to language-css
. But I am somewhat confused on how to structure a word
and paren_group
to be a separate group but not a function. See https://github.com/prettier/prettier/pull/7057#discussion_r477279472 If anyone can point me in the right direction, that would be much appreciated :)
[INFO] --- maven-checkstyle-plugin:3.1.0:check (default)
[INFO] Début de la vérification...
[ERROR] Foo.java:15:22: ';' is preceded with whitespace. [NoWhitespaceBefore]
[ERROR] Foo.java:17:12: Name 'GetVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. [MethodName]
[...] other potential errors
"rules": {
"prettier/prettier": "warn"
}
--no-conifg
fixes the result to be what is expected
{}
--no-config
only changes the files we have worked on in the last 3 weeks, but without it all of our files get formatted differently