Skip to content

Instantly share code, notes, and snippets.

@ziadoz
Last active August 29, 2015 14:08
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 ziadoz/d0a8468d06fffa2d492e to your computer and use it in GitHub Desktop.
Save ziadoz/d0a8468d06fffa2d492e to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
{
"auto_close_tags": true,
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"create_window_at_startup": false,
"font_face": "Menlo",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"AlignTab"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"soda_classic_tabs": true,
"soda_folder_icons": false,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"word_wrap": false,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"detect_indentation": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment