Skip to content

Instantly share code, notes, and snippets.

@ateston
Last active August 29, 2015 14:11
Show Gist options
  • Save ateston/0f3c93be49b551720286 to your computer and use it in GitHub Desktop.
Save ateston/0f3c93be49b551720286 to your computer and use it in GitHub Desktop.
ST3 Config
{
"installed_packages":
[
"All Autocomplete",
"AngularJS",
"CSSLint",
"Focus Last Tab",
"GitGutter",
"Glue",
"Grunt",
"Gutter Color",
"Jade",
"Markdown Preview",
"MoveTab",
"Nodejs",
"SideBarEnhancements",
"Solarized Color Scheme",
"Stylus",
"TernJS",
"TextFormatting",
"Theme - Nil"
]
}
{
"bold_folder_labels": true,
"caret_style": "solid",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"detect_slow_plugins": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 9.0,
"highlight_active_indent_guide": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Theme - Nil",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 0,
"rulers":
[
80
],
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment