Skip to content

Instantly share code, notes, and snippets.

@sineld
Last active December 14, 2015 04:09
Show Gist options
  • Select an option

  • Save sineld/5026042 to your computer and use it in GitHub Desktop.

Select an option

Save sineld/5026042 to your computer and use it in GitHub Desktop.
Sublime Text 2 Settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/Dayle Rees Color Schemes/FreshCut.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_size": 13,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"rulers":
[
90
],
"theme": "Soda Dark.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"fallback_encoding": "Turkish (Windows 1254)",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment