nyxtumops/workspace.code-workspace

22 lines
393 B
Plaintext
Raw Normal View History

{
"folders": [
{
"path": "."
},
{
"path": "/home/kreyren/.config/nixpkgs"
}
],
"settings": {
// Render all whitespaces
"editor.renderWhitespace": "all",
// Code-eol
"code-eol.highlightExtraWhitespace": true,
"code-eol.newlineCharacter": "↵",
"code-eol.crlfCharacter": "↓",
"editor.wordWrap": "on",
"editor.insertSpaces": false,
"editor.tabSize": 2,
}
}