Skip to content

Instantly share code, notes, and snippets.

@manix84
Last active May 3, 2016 14:51
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manix84/2924231 to your computer and use it in GitHub Desktop.
Save manix84/2924231 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"white": true,
"sub": true,
"strict": false,
"regexp": false,
"nonew": false,
"evil": true,
"wsh": false,
"undef": true,
"nomen": false,
"noarg": true,
"immed": true,
"globalstrict": true,
"expr": true,
"eqnull": false,
"asi": true,
"shadow": true,
"plusplus": false,
"node": true,
"boss": false,
"indent": 4,
"onevar": false,
"noempty": true,
"curly": true,
"regexdash": true,
"forin": true,
"passfail": false,
"eqeqeq": true,
"devel": true,
"supernew": false,
"newcap": true,
"es5": true,
"trailing": false,
"laxbreak": false,
"debug": false,
"browser": true,
"bitwise": false,
"latedef": true,
"loopfunc": true,
"jquery": false,
"scripturl": true,
"maxerr": 99999,
"maxlen": 120
}
{
"jsdocs_return_description": false,
"jsdocs_per_section_indent": true,
"jsdocs_autoadd_method_tag": true
}
{
"in_process_packages":
[
],
"installed_packages":
[
"ChangeQuotes",
"Color Highlighter",
"DocBlockr",
"Git Conflict Resolver",
"GitDiffHelper",
"GitGutter",
"Gutter Color",
"HighlightWords",
"HTMLBeautify",
"Markdown Extended",
"Mason",
"Package Control",
"Sass",
"SFTP",
"SublimeLinter",
"SublimeLinter-annotations",
"SublimeLinter-contrib-perl",
"SublimeLinter-contrib-scss-lint",
"SublimeLinter-csslint",
"SublimeLinter-html-tidy",
"SublimeLinter-jshint",
"SublimeLinter-json",
"tern_for_sublime",
"TernJS",
"Theme - Afterglow",
"TWiki"
]
}
{
"always_prompt_for_file_reload": true,
"always_show_minimap_viewport": true,
"auto_find_in_selection": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme",
"default_line_ending": "unix",
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_minimap_border": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"._.DS_STORE",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"*.subl*.tmp"
],
"font_size": 16.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
100,
120
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_full_path": true,
"sidebar_size_12": true,
"status_bar_brighter": true,
"tabs_small": true,
"theme": "Afterglow-green.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": false
}
{
"user": {
"debug": false,
"delay": 0.25,
"error_color": "D02000",
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Koloria/Koloria.gutter-theme",
"gutter_theme_excludes": [],
"lint_mode": "background",
"linters": {
"annotations": {
"@disable": false,
"args": [],
"errors": [
"FIXME"
],
"excludes": [],
"warnings": [
"TODO",
"README"
]
},
"csslint": {
"@disable": false,
"args": [
"--config",
"/Users/robtay/.csshintrc"
],
"errors": "",
"excludes": [],
"ignore": "",
"warnings": ""
},
"htmltidy": {
"@disable": false,
"args": [],
"excludes": []
},
"jshint": {
"@disable": false,
"args": [
"--config",
"/Users/robtay/.jshintrc"
],
"excludes": []
},
"json": {
"@disable": false,
"args": [],
"excludes": [],
"strict": true
},
"perl": {
"@disable": false,
"args": [],
"excludes": []
},
"scss": {
"@disable": false,
"args": [
"--config",
"/Users/robtay/.scsshintrc.yml"
],
"exclude-linter": "",
"excludes": [],
"include-linter": ""
}
},
"mark_style": "fill",
"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",
"php": "html",
"python django": "python"
},
"warning_color": "DDB700",
"wrap_find": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment