Skip to content

Instantly share code, notes, and snippets.

@kareemgrant
Created July 12, 2014 13:53
Show Gist options
  • Save kareemgrant/e34133a09e93b189f111 to your computer and use it in GitHub Desktop.
Save kareemgrant/e34133a09e93b189f111 to your computer and use it in GitHub Desktop.
sublime settings CodeNow
{
"auto_match_enabled" : true,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"draw_white_space": "all",
"folder_exclude_patterns": [".git"],
"font_face": "Courier New",
"font_size": 14.0,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"auto_indent": true,
"smart_indent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment