Skip to content

Instantly share code, notes, and snippets.

@folknor
Created June 26, 2017 14:07
Show Gist options
  • Save folknor/d1a355a29b0ef9ee99e6622bad76747e to your computer and use it in GitHub Desktop.
Save folknor/d1a355a29b0ef9ee99e6622bad76747e to your computer and use it in GitHub Desktop.
"editor.fontFamily": "Hasklig, 'Droid Sans Mono', 'Courier New', monospace, 'Droid Sans Fallback'",
"editor.fontSize": 16,
"editor.insertSpaces": false,
"editor.roundedSelection": false,
"editor.mouseWheelZoom": true,
"editor.fontLigatures": true,
"editor.hideCursorInOverviewRuler": true,
"editor.renderIndentGuides": true,
"editor.folding": false,
"editor.renderWhitespace": "boundary",
"editor.renderControlCharacters": true,
"workbench.editor.showIcons": false,
"window.reopenFolders": "all",
"files.trimTrailingWhitespace": true,
"explorer.openEditors.visible": 0,
"explorer.autoReveal": false,
"explorer.enableDragAndDrop": false,
"update.channel": "default",
"extensions.autoUpdate": true,
"files.associations": {
"*.txt": "paradox",
"*.gui": "paradox",
"*.gfx": "paradox",
"*.asset": "paradox"
},
"window.zoomLevel": 0,
"files.insertFinalNewline": true,
"editor.wordWrap": "off",
"workbench.colorTheme": "One Monokai",
"workbench.iconTheme": "material-icon-theme",
"lua.preferLuaCheckErrors": true,
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.overviewRulerBorder": false,
"editor.cursorBlinking": "phase",
"editor.glyphMargin": false,
"window.title": "${dirty}${rootName}",
"files.hotExit": "onExitAndWindowClose",
"window.restoreFullscreen": true,
"window.menuBarVisibility": "toggle",
"vsicons.dontShowNewVersionMessage": true,
"material-icon-theme.showUpdateMessage": false,
"git.enabled": false,
"markdown-toc.insertAnchor": false,
"markdown-toc.updateOnSave": false,
"markdown-toc.withLinks": false,
"lua.luacheckPath": "/usr/local/bin/luacheck",
"editor.formatOnPaste": false,
"workbench.activityBar.visible": true,
"editor.minimap.enabled": false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment