Skip to content

Instantly share code, notes, and snippets.

@marcan2020
Created January 18, 2021 23:10
Show Gist options
  • Save marcan2020/ee64d23fab07336798821139cbac221f to your computer and use it in GitHub Desktop.
Save marcan2020/ee64d23fab07336798821139cbac221f to your computer and use it in GitHub Desktop.
Notable config file
{
"monaco": {
"editorOptions": {
"minimap": {
"enabled": false
},
"lineNumbers": "off",
"scrollBeyondLastLine": false,
"wordWrap": "bounded"
}
},
"sorting": {
"by": "title",
"type": "ascending"
},
"theme": "light",
"tutorial": true,
"cwd": "/home/notable/notes"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment