11 lines
296 B
JSON
11 lines
296 B
JSON
{
|
|
"json.format.keepLines": true,
|
|
"typescript.format.semicolons": "insert",
|
|
"files.associations": {
|
|
"**/templates/**/*.html": "jinja-html",
|
|
},
|
|
"rust-analyzer.server.extraEnv": {
|
|
"SQLX_OFFLINE": "false",
|
|
},
|
|
"evenBetterToml.formatter.columnWidth": 120,
|
|
}
|