Skip to content

Instantly share code, notes, and snippets.

@ShakataGaNai
Created July 25, 2013 03:10
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 ShakataGaNai/6076643 to your computer and use it in GitHub Desktop.
Save ShakataGaNai/6076643 to your computer and use it in GitHub Desktop.
/*
* Handy Reference: http://www.sublimetext.com/docs/file-type-preferences
*/
{
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"rulers":
[
80
],
"highlight_line": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"fade_fold_buttons": false,
"bold_folder_labels": true,
"highlight_modified_tabs": true,
"default_line_ending": "unix",
"draw_white_space": "selection",
"enable_live_count": true,
"ensure_newline_at_eof_on_save": true,
"font_face": "Menlo",
"font_size": 14.0,
"tab_size": 4,
"translate_tabs_to_spaces": false,
"use_tab_stops": true,
"gutter": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment