Created
September 29, 2015 19:26
-
-
Save hadees/021ab0265db5582cc5ee 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": 0.25, | |
"error_color": "D02000", | |
"gutter_theme": "", | |
"gutter_theme_excludes": [], | |
"lint_mode": "background", | |
"linters": { | |
"annotations": { | |
"@disable": false, | |
"args": [], | |
"errors": [ | |
"FIXME" | |
], | |
"excludes": [], | |
"warnings": [ | |
"NOTE", | |
"README", | |
"TODO", | |
"XXX", | |
"@todo" | |
] | |
}, | |
"coffeelint": { | |
"@disable": false, | |
"args": [], | |
"excludes": [] | |
}, | |
"json": { | |
"@disable": false, | |
"args": [], | |
"excludes": [], | |
"strict": true | |
}, | |
"pyyaml": { | |
"@disable": false, | |
"args": [], | |
"excludes": [] | |
}, | |
"rubocop": { | |
"@disable": false, | |
"args": [], | |
"excludes": [] | |
}, | |
"scss": { | |
"@disable": false, | |
"args": [], | |
"exclude-linter": "", | |
"excludes": [], | |
"include-linter": "" | |
} | |
}, | |
"mark_style": "squiggly underline", | |
"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": false, | |
"show_marks_in_minimap": true, | |
"syntax_map": { | |
"html (django)": "html", | |
"html (rails)": "html", | |
"html 5": "html", | |
"javascript (babel)": "javascript", | |
"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