Last active
August 24, 2017 16:11
-
-
Save jshields/8b2389136055686d50197f49b9f740c0 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
{ | |
"user": { | |
"debug": false, | |
"delay": 1.5, | |
"error_color": "D02000", | |
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme", | |
"gutter_theme_excludes": [], | |
"lint_mode": "background", | |
"linters": { | |
"annotations": { | |
"@disable": false, | |
"args": [], | |
"errors": [ | |
"BUG", | |
"HACK" | |
], | |
"excludes": [], | |
"warnings": [ | |
"NOTE", | |
"TODO", | |
"TODOC", | |
"FIXME", | |
"IDEA", | |
"RFE" | |
] | |
}, | |
"bandit": { | |
"@disable": false, | |
"args": [], | |
"excludes": [], | |
"skips": "", | |
"tests": "" | |
}, | |
"flake8": { | |
"@disable": false, | |
"args": [], | |
"builtins": "", | |
"excludes": [], | |
"executable": "", | |
"ignore": "", | |
"jobs": "1", | |
"max-complexity": -1, | |
"max-line-length": 90, | |
"select": "", | |
"show-code": false | |
}, | |
"jshint": { | |
"@disable": false, | |
"args": [], | |
"excludes": [] | |
}, | |
"jsxhint": { | |
"@disable": false, | |
"args": [], | |
"excludes": [] | |
} | |
}, | |
"mark_style": "outline", | |
"no_column_highlights_line": false, | |
"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", | |
"javascript (babel)": "javascript", | |
"magicpython": "python", | |
"php": "html", | |
"python django": "python", | |
"pythonimproved": "python" | |
}, | |
"tooltip_fontsize": "1rem", | |
"tooltip_theme": "Packages/SublimeLinter/tooltip-themes/Default/Default.tooltip-theme", | |
"tooltip_theme_excludes": [], | |
"tooltips": false, | |
"warning_color": "ffd454", | |
"wrap_find": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment