Skip to content

Instantly share code, notes, and snippets.

@adamturtle
Last active March 21, 2016 17:56
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 adamturtle/5fdd7a6b24533958a7e3 to your computer and use it in GitHub Desktop.
Save adamturtle/5fdd7a6b24533958a7e3 to your computer and use it in GitHub Desktop.
Sublime Text Configuration
{
"auto_complete": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"detect_indentation": false,
"dfont_face": "InputMono-Regular",
"fade_fold_buttons": false,
"font_face": "Consolas",
"font_options":
[
"ggray_antialias"
],
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 4,
"line_padding_top": 4,
"material_theme_accent_lime": true,
"material_theme_compact_sidebar": true,
"material_theme_small_statusbar": true,
"scroll_past_end": false,
"smart_indent": 1,
"ssoda_folder_icons": true,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_separators": "./\\()\"'-__:,.;<>~!@#$%^&*|+=[]{}`~?\\.",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment