mirror of
https://github.com/XFox111/bonch-calendar.git
synced 2026-04-22 07:08:01 +03:00
20 lines
366 B
JSON
20 lines
366 B
JSON
{
|
|
"editor.rulers": [
|
|
{
|
|
"column": 120
|
|
}
|
|
],
|
|
"editor.insertSpaces": false,
|
|
"files.insertFinalNewline": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "always"
|
|
},
|
|
"files.eol": "\n",
|
|
"files.trimFinalNewlines": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"todo-tree.filtering.excludeGlobs": [
|
|
"**/node_modules/*/**",
|
|
"README.md"
|
|
]
|
|
}
|