Skip to content

Instantly share code, notes, and snippets.

@afgane
Created September 18, 2015 18:28
Show Gist options
  • Save afgane/1b1d3a4c157fd8773ee6 to your computer and use it in GitHub Desktop.
Save afgane/1b1d3a4c157fd8773ee6 to your computer and use it in GitHub Desktop.
{
"user": {
"debug": true,
"delay": 0.25,
"error_color": "D02000",
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Blueberry/cross/Blueberry - cross.gutter-theme",
"gutter_theme_excludes": [],
"lint_mode": "save only",
"linters": {
"flake8": {
"@disable": false,
"args": [],
"builtins": "",
"excludes": [],
"ignore": "",
"jobs": "1",
"max-complexity": -1,
"max-line-length": 120,
"select": ""
},
"json": {
"@disable": false,
"args": [],
"excludes": [],
"strict": true
},
"pylint": {
"@disable": true,
"args": [
"--max-line-length=120"
],
"disable": "E501, W1201, W1202, C0103",
"enable": "",
"excludes": [],
"paths": [],
"rcfile": "",
"show-codes": true
},
"pyyaml": {
"@disable": false,
"args": [],
"excludes": []
}
},
"mark_style": "outline",
"no_column_highlights_line": true,
"passive_warnings": false,
"paths": {
"linux": [],
"osx": [],
"windows": []
},
"python_paths": {
"linux": [],
"osx": [],
"windows": []
},
"rc_search_limit": 3,
"shell_timeout": 10,
"show_errors_on_save": true,
"show_marks_in_minimap": true,
"syntax_map": {
"html (django)": "html",
"html (rails)": "html",
"html 5": "html",
"php": "html",
"python django": "python"
},
"warning_color": "DDB700",
"wrap_find": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment