Skip to content

Instantly share code, notes, and snippets.

@ekrembk
Last active December 16, 2015 11:59
Show Gist options
  • Save ekrembk/5431444 to your computer and use it in GitHub Desktop.
Save ekrembk/5431444 to your computer and use it in GitHub Desktop.
Sublime Text 2 - Ayarlarım
{
"bold_folder_labels": true,
"color_scheme": "Packages/Dayle Rees Color Schemes/Frontier.tmTheme",
"folder_exclude_patterns":
[
".sass-cache",
".git"
],
"font_face": "Menlo",
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
],
"line_padding_bottom": 4,
"line_padding_top": 4,
"soda_folder_icons": true,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true,
"font_options": ["subpixel_antialias"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment