Transfer commit
This commit is contained in:
@@ -10,12 +10,19 @@
|
||||
"editor.unicodeHighlight.invisibleCharacters": false,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"editor.wordWrap": "bounded",
|
||||
"editor.wordWrapColumn": 100,
|
||||
"editor.wordWrapColumn": 80,
|
||||
"editor.quickSuggestions": {
|
||||
"comments": "off",
|
||||
"strings": "off",
|
||||
"other": "off"
|
||||
}
|
||||
},
|
||||
"editor.lineNumbers": "off",
|
||||
"editor.glyphMargin": false,
|
||||
"editor.rulers": [],
|
||||
"editor.guides.indentation": false,
|
||||
},
|
||||
"[rust]": {
|
||||
"editor.rulers": [74]
|
||||
}
|
||||
},
|
||||
"extensions": {
|
||||
|
||||
Reference in New Issue
Block a user