Skip to content

Instantly share code, notes, and snippets.

@xphong
Last active May 20, 2016 17:50
Show Gist options
  • Save xphong/9e3a9bb623932b5f2edc to your computer and use it in GitHub Desktop.
Save xphong/9e3a9bb623932b5f2edc to your computer and use it in GitHub Desktop.
Sublime Settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/Seti (SL).tmTheme",
"detect_indentation": false,
"fade_fold_buttons": false,
"font_options":
[
"gray_antialias"
],
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"SublimeLinter",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"rulers":
[
160
],
"scroll_past_end": true,
"tab_size": 2,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": false,
"update_check": false,
"use_tab_stops": false,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment