Skip to content

Instantly share code, notes, and snippets.

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 brandonsueur/951e4e12b421cd39457d9d88c64e34ed to your computer and use it in GitHub Desktop.
Save brandonsueur/951e4e12b421cd39457d9d88c64e34ed to your computer and use it in GitHub Desktop.
settings st
{
"animation_enabled": false,
"block_caret": true,
"color_scheme": "Packages/Theme - One Dark/Widget - One Dark.tmTheme",
"detect_indentation": true,
"draw_white_space": "selection",
"enable_tab_scrolling": false,
"fold_buttons": false,
"folder_exclude_patterns":
[
".git",
".sass-cache",
"node_modules"
],
"font_face": "Dank Mono",
"font_options":
[
"no_round"
],
"font_size": 17,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"mini_diff": false,
"original_color_scheme": "Packages/Babel/Monokai Phoenix.tmTheme",
"show_git_status": false,
"tab_size": 2,
"theme": "One Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_trailing_white_space_on_save": false,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment