Skip to content

Instantly share code, notes, and snippets.

@thanh4890
Last active December 19, 2015 10:09
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 thanh4890/5938423 to your computer and use it in GitHub Desktop.
Save thanh4890/5938423 to your computer and use it in GitHub Desktop.
Sublime Text User Settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Mac Classic.tmTheme",
"font_options": "subpixel_antialias",
"fade_fold_buttons": false,
"font_face": "Consolas",
"font_size": 13.5,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"DetectSyntax",
"SublimeCodeIntel",
"LiveReload"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"rulers":
[
80
],
"translate_tabs_to_spaces": true,
"word_wrap": "true",
"wrap_width": 120,
"show_line_endings": true,
"draw_white_space": "all",
"default_line_ending": "unix"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment