nyxtumops/workspace.code-workspace
Jacob Hrbek 8cc1197dda Alpha release on request
Signed-off-by: Jacob Hrbek <kreyren@fsfe.org>
2021-09-05 08:02:09 +02:00

22 lines
393 B
Plaintext

{
"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,
}
}