Skip to content

Instantly share code, notes, and snippets.

@james-see
Last active May 11, 2016 20:15
Show Gist options
  • Save james-see/862c9235df9ca19a046e7efd9787e2b5 to your computer and use it in GitHub Desktop.
Save james-see/862c9235df9ca19a046e7efd9787e2b5 to your computer and use it in GitHub Desktop.
my sublime text 3 configuration json to easily setup new VMs & machines
/**
* use https://github.com/YabataDesign/afterglow-theme for theme
**/
{
"always_show_minimap_viewport": false,
"bold_folder_labels": true,
"color_inactive_tabs": true,
"color_scheme": "Packages/User/SublimeLinter/Afterglow-twilight (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_options": "subpixel_antialias",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"overlay_scroll_bars": "enabled",
"rulers":
[
72,
80
],
"scroll_past_end": true,
"tab_completion": false,
"tab_size": 4,
"theme": "Afterglow.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"word_wrap": true,
"wrap_width": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment