Created
January 18, 2021 23:10
-
-
Save marcan2020/ee64d23fab07336798821139cbac221f to your computer and use it in GitHub Desktop.
Notable config file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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