Skip to content

Instantly share code, notes, and snippets.

@stoplion
Created September 16, 2015 05:45
Show Gist options
  • Select an option

  • Save stoplion/4e277a004d2d4927bb33 to your computer and use it in GitHub Desktop.

Select an option

Save stoplion/4e277a004d2d4927bb33 to your computer and use it in GitHub Desktop.
Sublime Text Settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/Seti_UI/Scheme/Seti_orig.tmTheme",
"detect_indentation": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
"tmp",
"log",
"public/",
"doc_assets/"
],
"font-face": "Inconsolata",
"font_face": "Menlo",
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Theme - Glacier",
"Theme - Flatland",
"SideBarEnhancements",
"FileBrowser",
"PlainTasks",
"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":
[
100
],
"scroll_past_end": true,
"tab_size": 2,
"theme": "Default.sublime-theme",
"trailing_spaces_include_current_line": false,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word-wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment