Answer the question
In order to leave comments, you need to log in
How to align by variable?
Plz tell me how to align by variable?
Must:
var a,
b,
c;
let a,
b,
c;
const a = 1,
b = 2,
c = 3;
var a,
b,
c;
let a,
b,
c;
const a = 1,
b = 2,
c = 3;
{
"window.zoomLevel": 1,
"prettier.singleQuote": true,
"prettier.trailingComma": "es5",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
},
"files.eol": "\n",
"git.ignoreMissingGitWarning": true,
}
root = true
[*.js]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question