Skip to content

Instantly share code, notes, and snippets.

@guilhermehn
Last active December 21, 2015 21:59
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 guilhermehn/6372421 to your computer and use it in GitHub Desktop.
Save guilhermehn/6372421 to your computer and use it in GitHub Desktop.
My Sublime Text 3 settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"drag_text": false,
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"font_size": 10,
"highlight_modified_tabs": true,
"ignored_packages": ["Vintage"],
"line_padding_bottom": 3,
"line_padding_top": 3,
"rulers": [90 ],
"shift_tab_unindent": true,
"show_tab_close_buttons": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"material_theme_bold_tab": true,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment