Skip to content

Instantly share code, notes, and snippets.

@decklord
Last active December 28, 2015 05:49
Show Gist options
  • Save decklord/7452863 to your computer and use it in GitHub Desktop.
Save decklord/7452863 to your computer and use it in GitHub Desktop.
This is my sublime settings file
{
"auto_indent": true,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"draw_white_space": "all",
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias",
"gray_antialias"
],
"font_size": 20.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"smart_indent": true,
"soda_folder_icons": true,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment