1
Fork 0

Compare commits

..

No commits in common. "6ed8ad1d65382c867965fd06edbe11cd30a18244" and "c5dcb72a39938fcb91f33febd89646ee8b7a259b" have entirely different histories.

1 changed files with 1 additions and 5 deletions

View File

@ -137,7 +137,7 @@
"todo-tree.filtering.useBuiltInExcludes": "file excludes", "todo-tree.filtering.useBuiltInExcludes": "file excludes",
"todo-tree.highlights.enabled": false, "todo-tree.highlights.enabled": false,
// Redhat // Redhat
"redhat.telemetry.enabled": false, "redhat.telemetry.enabled": false
/* Language-specific overrides. */ /* Language-specific overrides. */
"[html]": { "[html]": {
"editor.wordWrap": "on", "editor.wordWrap": "on",
@ -167,10 +167,6 @@
"editor.tabSize": 2, "editor.tabSize": 2,
"editor.wordWrap": "wordWrapColumn" "editor.wordWrap": "wordWrapColumn"
}, },
"[scss]": {
"editor.defaultFormatter": "stylelint.vscode-stylelint",
"editor.formatOnSave": true
},
"[xml]": { "[xml]": {
"editor.wordWrap": "on" "editor.wordWrap": "on"
} }