Created
June 26, 2017 14:07
-
-
Save folknor/d1a355a29b0ef9ee99e6622bad76747e 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
"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