Skip to content

Instantly share code, notes, and snippets.

@Werninator
Last active March 21, 2016 15:01
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 Werninator/8e16f7e226897aa042db to your computer and use it in GitHub Desktop.
Save Werninator/8e16f7e226897aa042db to your computer and use it in GitHub Desktop.
my sublime text configuration
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"draw_minimap_border": true,
"draw_white_space": "all",
"font_face": "SourceCodePro-Regular",
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"ignore_vcs_packages",
"SublimeCodeIntel",
"Vintage"
],
"index_files": false,
"itg_sidebar_tree_xsmall": true,
"itg_small_tabs": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"open_files_in_new_window": true,
"overlay_scroll_bars": "disabled",
"rulers":
[
120,
168
],
"scroll_past_end": true,
"tab_completion": false,
"theme": "itg.flat.dark.orange.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment