Skip to content

Instantly share code, notes, and snippets.

@WhoAteDaCake
Created August 19, 2018 09:35
Show Gist options
  • Save WhoAteDaCake/541b4d236509b6aeb573524288429c0d to your computer and use it in GitHub Desktop.
Save WhoAteDaCake/541b4d236509b6aeb573524288429c0d to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": -1,
"workbench.colorTheme": "Monokai",
"editor.formatOnSave": true,
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": false,
"editor.tabSize": 2,
"git.enableSmartCommit": true,
"files.associations": {
"*.js": ["javascriptreact", "flow"],
"*.thtml": "php"
},
"reason.diagnostics.tools": ["merlin", "bsb"],
"files.exclude": {
"**/.git": true, // this is a default value
"**/.DS_Store": true, // this is a default value
"**/node_modules": true
},
"reason.path.ocamlmerlin": "/home/august/.opam/4.05.0/bin/ocamlmerlin",
"workbench.iconTheme": "vscode-icons",
"javascript.validate.enable": false,
"explorer.confirmDragAndDrop": false,
"C_Cpp.errorSquiggles": "Enabled",
"C_Cpp.intelliSenseEngine": "Tag Parser",
"C_Cpp.loggingLevel": "Information",
"files.hotExit": "off"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment