Skip to content

Instantly share code, notes, and snippets.

@damirhasakovic
Last active December 12, 2015 04:28
Show Gist options
  • Save damirhasakovic/4714123 to your computer and use it in GitHub Desktop.
Save damirhasakovic/4714123 to your computer and use it in GitHub Desktop.
My personal Preferences.sublime-settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"draw_white_space": "all",
"file_exclude_patters":
[
".DS_Store"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".git",
".svn",
".sass-cache",
".apdisk"
],
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"SublimeLinter",
"SublimeCodeIntel"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"scroll_past_end": true,
"spell_check": false,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment