Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
"**/dist": true,
"**/*.scss.ts": true
},
// Without this setting, editor.wordWrapColumn is not used.
"editor.wordWrap": "wordWrapColumn",
// Controls after how many characters the editor will wrap to the next line. Setting this to 0 turns on viewport width wrapping
"editor.wordWrapColumn": 140,
"tslint.enable": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/experiments",
"comment": "Remove wordWrap setting.",
"type": "none"
}
],
"packageName": "@uifabric/experiments",
"email": "[email protected]"
}
1 change: 0 additions & 1 deletion packages/experiments/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"**/*.scss.ts": true
},
// Controls after how many characters the editor will wrap to the next line. Setting this to 0 turns on viewport width wrapping
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 140,
"tslint.enable": true,
"tslint.rulesDirectory": "../../common/node_modules/tslint-microsoft-contrib",
Expand Down