Skip to content

Instantly share code, notes, and snippets.

@nerdenough
Created April 27, 2017 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nerdenough/aad32e57d225418a5be98568261e4772 to your computer and use it in GitHub Desktop.
Save nerdenough/aad32e57d225418a5be98568261e4772 to your computer and use it in GitHub Desktop.
Sublime Config
{
"autocomplete_all" : true
}
{
"color_scheme": "Packages/User/SublimeLinter/base16-unikitty-light (SL).tmTheme",
"draw_indent_guides": false,
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Boxy Tomorrow.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ui_fix_tab_labels": true,
"ui_font_size_small": true,
"ui_font_source_code_pro": true,
"ui_separator": true,
"ui_sidebar_highlight_row": true,
"ui_wide_scrollbars": true
}
{
"user": {
"debug": false,
"delay": 0.1,
"error_color": "D02000",
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
"gutter_theme_excludes": [],
"lint_mode": "background",
"linters": {
"clang": {
"@disable": true,
"args": [],
"excludes": [],
"extra_flags": "-c -Wall -std=c++11 -fsyntax-only",
"include_dirs": []
},
"eslint": {
"@disable": false,
"args": [],
"excludes": []
},
"gcc": {
"@disable": false,
"args": [],
"excludes": [],
"extra_flags": "-c -Wall -std=c++11 -fsyntax-only",
"include_dirs": []
}
},
"mark_style": "solid 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": {
"coffeescript (gulpfile)": "coffeescript",
"html (django)": "html",
"html (rails)": "html",
"html 5": "html",
"javascript (babel)": "javascript",
"javascript (eslint)": "javascript",
"javascript (gruntfile)": "javascript",
"javascript (gulpfile)": "javascript",
"javascript (postcss)": "javascript",
"javascript (stylelint)": "javascript",
"javascript (webpack)": "javascript",
"json (babel)": "json",
"json (bower)": "json",
"json (composer)": "json",
"json (eslint)": "json",
"json (npm)": "json",
"json (postcss)": "json",
"json (settings)": "json",
"json (stylelint)": "json",
"json (sublime)": "json",
"json (tern js)": "json",
"magicpython": "python",
"php": "html",
"python django": "python",
"pythonimproved": "python",
"xml (config)": "xml",
"xml (svg)": "xml",
"yaml (circleci)": "yaml",
"yaml (docker)": "yaml",
"yaml (eslint)": "yaml",
"yaml (lock)": "yaml",
"yaml (procfile)": "yaml",
"yaml (stylelint)": "yaml",
"yaml (yarn)": "yaml"
},
"tooltip_fontsize": "1rem",
"tooltip_theme": "Packages/SublimeLinter/tooltip-themes/Inline/Inline.tooltip-theme",
"tooltip_theme_excludes": [],
"tooltips": false,
"warning_color": "DDB700",
"wrap_find": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment