Skip to content

Instantly share code, notes, and snippets.

@JobV
Last active December 17, 2015 07:58
Show Gist options
  • Save JobV/5576268 to your computer and use it in GitHub Desktop.
Save JobV/5576268 to your computer and use it in GitHub Desktop.
Sublime Text User settings
{
"auto_indent": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme",
"draw_centered": true,
"ensure_newline_at_eof_on_save": true,
"font_face": "Inconsolata",
"font_size": 15.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"itg_sidebar_tree_large": true,
"itg_small_tabs": true,
"line_numbers": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"overlay_scroll_bars": "enabled",
"tab_size": 2,
"theme": "itg.flat.dark.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true,
"wrap_width": 80
}
@JobV
Copy link
Author

JobV commented May 14, 2013

Ironically, the translate_tabs_to_spaces was messing with the spacing in this file ^_^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment