Snippets

Giuliano Ribeiro Editor Stuffs/Tips

Created by Giuliano Ribeiro last modified
editor:
fontFamily: "FiraCode-Retina"
fontSize: 13
// Place your settings in this file to overwrite the default settings
{
    "editor.fontFamily": "FiraCode-Retina",
    "editor.fontSize": 14,
    "editor.fontLigatures": true,
    "workbench.iconTheme": "material-icon-theme",
    "extensions.ignoreRecommendations": false,
    "workbench.colorTheme": "Atom One Light",
    "workbench.colorCustomizations": {
        "editor.selectionHighlightBackground": "#C2C1CA"
    },
    "vsicons.dontShowNewVersionMessage": true,
    "files.autoSave": "onWindowChange",
    "sync.gist": "01a22772bba2f5ebc7b7c5615178ea08",
    "sync.lastUpload": "2018-04-03T07:49:57.599Z",
    "sync.autoDownload": true,
    "sync.autoUpload": true,
    "sync.lastDownload": "2018-04-02T18:28:06.635Z",
    "sync.forceDownload": false,
    "sync.host": "",
    "sync.pathPrefix": "",
    "sync.quietSync": false,
    "sync.askGistName": false,
    "git.autofetch": true,
    "material-icon-theme.showUpdateMessage": false,
    "sync.removeExtensions": true,
    "sync.syncExtensions": true,
    "window.zoomLevel": -1,
    "python.linting.flake8Enabled": true,
    "python.linting.pylintEnabled": false,
    "python.autoComplete.extraPaths": ["/Users/gribeiro/dev/google-cloud-sdk/platform/google_appengine",
    "/Users/gribeiro/dev/google-cloud-sdk/platform/google_appengine/lib"],
    "python.formatting.provider": "yapf",
    "python.formatting.yapfArgs": ["--style", "{based_on_style: google, column_limit: 140}"],
    "python.linting.flake8Args": ["--max-line-length=140"]
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.