Skip to content

Instantly share code, notes, and snippets.

@aqlx86
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save aqlx86/7e7dcb21973c6b4d8bf3 to your computer and use it in GitHub Desktop.

Select an option

Save aqlx86/7e7dcb21973c6b4d8bf3 to your computer and use it in GitHub Desktop.
SublimeText3 Settings
{
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"font_face": "Source Code Pro",
"font_options": "subpixel_antialias",
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"spacegray_sidebar_tree_small": true,
"spacegray_tabs_font_normal": true,
"tab_completion": false,
"tab_size": 4,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment