Created
August 19, 2018 09:35
-
-
Save WhoAteDaCake/541b4d236509b6aeb573524288429c0d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"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