Last active
December 17, 2015 07:58
-
-
Save JobV/5576268 to your computer and use it in GitHub Desktop.
Sublime Text User settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ironically, the translate_tabs_to_spaces was messing with the spacing in this file ^_^