Skip to content

Instantly share code, notes, and snippets.

@sangpire
Created October 15, 2014 08:33
Show Gist options
  • Select an option

  • Save sangpire/3529d8c4858cc10a96f8 to your computer and use it in GitHub Desktop.

Select an option

Save sangpire/3529d8c4858cc10a96f8 to your computer and use it in GitHub Desktop.
Sublime settings.
{
"rulers": [80, 120],
"color_scheme": "Packages/User/Pastels on Dark (SL).tmTheme",
"draw_white_space": "all",
"font_face": "Monaco",
"font_options":
[
"no_round"
],
"font_size": 13,
"ignored_packages":
[
"Theme - Flatland",
"Markdown",
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"tab_size": 2,
"bold_folder_labels": true,
"highlight_modified_tabs": true,
"gpu_window_buffer": true,
"highlight_line": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment