MOBILE-3833 chore: Configure formatting settings
parent
ea207e8d3e
commit
ba2819b651
|
@ -1,5 +1,23 @@
|
||||||
{
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Formatting.
|
||||||
|
*/
|
||||||
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
||||||
|
"[html]": {
|
||||||
|
"editor.defaultFormatter": "vscode.html-language-features",
|
||||||
|
},
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"eslint.format.enable": true,
|
||||||
|
"html.format.endWithNewline": true,
|
||||||
|
"html.format.wrapLineLength": 140,
|
||||||
|
"files.trimFinalNewlines": true,
|
||||||
|
"files.insertFinalNewline": true,
|
||||||
|
"files.trimTrailingWhitespace": true,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Config files.
|
||||||
|
*/
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"moodle.config.json": "jsonc",
|
"moodle.config.json": "jsonc",
|
||||||
"moodle.config.*.json": "jsonc",
|
"moodle.config.*.json": "jsonc",
|
||||||
|
|
Loading…
Reference in New Issue