mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-25 22:51:41 +00:00
backing up sublime settings
This commit is contained in:
35
Packages/SublimeLinter/SublimeLinter.sublime-settings
Normal file
35
Packages/SublimeLinter/SublimeLinter.sublime-settings
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"default": {
|
||||
"debug": false,
|
||||
"delay": 0.25,
|
||||
"error_color": "D02000",
|
||||
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
|
||||
"gutter_theme_excludes": [],
|
||||
"lint_mode": "background",
|
||||
"mark_style": "outline",
|
||||
"no_column_highlights_line": 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": {
|
||||
"python django": "python",
|
||||
"html 5": "html",
|
||||
"html (django)": "html",
|
||||
"html (rails)": "html",
|
||||
"php": "html"
|
||||
},
|
||||
"warning_color": "DDB700",
|
||||
"wrap_find": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user