Skip to content

Instantly share code, notes, and snippets.

@maciejczyzewski
Created September 2, 2013 17:10
Show Gist options
  • Save maciejczyzewski/6415114 to your computer and use it in GitHub Desktop.
Save maciejczyzewski/6415114 to your computer and use it in GitHub Desktop.
My settings for "Sublime Text 3".
{
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"soda_folder_icons": true,
"theme": "Soda Dark 3.sublime-theme",
"font_face": "Ubuntu Mono",
"font_size": 12,
"line_padding_top": 1.5,
"line_padding_bottom": 1.5,
"highlight_line": true,
"tab_size": 4,
"bold_folder_labels": true,
"trim_trailing_white_space_on_save": true,
"caret_style": "phase"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment