Skip to content

Instantly share code, notes, and snippets.

@erlinis
Last active August 29, 2015 13: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 erlinis/8833675 to your computer and use it in GitHub Desktop.
Save erlinis/8833675 to your computer and use it in GitHub Desktop.
Sublime user preferences
{
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"draw_white_space": "all",
"font_face": "monaco",
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"AdvancedNewFile"
],
"open_files_in_new_window": true,
"soda_folder_icons": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"table_cleaner_align_to_middle": false,
"table_cleaner_delimiter_spaces": 1,
"table_cleaner_delimiters":
[
"|",
"&",
"\\\\"
],
"table_import_separator": "|",
"table_import_sorround_with_separator": true,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment