Skip to content

Instantly share code, notes, and snippets.

@adibhanna
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adibhanna/7229a9d7e0228fac1bf3 to your computer and use it in GitHub Desktop.
Save adibhanna/7229a9d7e0228fac1bf3 to your computer and use it in GitHub Desktop.
sublime config
{
"auto_complete_selector": "source, text",
"bold_folder_labels": true,
"color_scheme": "Packages/Dayle Rees Color Schemes/sublime/peel.tmTheme",
"file_exclude_patterns":
[
"vendor/*"
],
"font_face": "Source Code Pro",
"font_size": 14,
"highlight_line": false,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"rulers":
[
120
],
"tab_size": 4,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment