Skip to content

Instantly share code, notes, and snippets.

@absk1317
Created August 1, 2017 09:28
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 absk1317/eaf0bb8ce6385efc66ea78462131fe7d to your computer and use it in GitHub Desktop.
Save absk1317/eaf0bb8ce6385efc66ea78462131fe7d to your computer and use it in GitHub Desktop.
Sublime custom settings.
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_width": 2,
"caret_style": "solid",
"close_windows_when_empty": false,
"color_scheme": "Packages/Ecmascript Syntax/excelsior.tmTheme",
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": true,
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
".git",
".bundle",
"_build",
"deps",
".sass-cache",
"tmp",
"node_modules"
],
"font_face": "Consolas",
"font_options":
[
"no round"
],
"font_size": 18,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"CSS",
"Vintage"
],
"indent_to_bracket": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"predawn_findreplace_small": true,
"predawn_quick_panel_small": true,
"predawn_sidebar_arrows": false,
"predawn_sidebar_medium": true,
"predawn_tabs_active_underline": true,
"predawn_tabs_medium": true,
"rulers":
[
80
],
"save_on_focus_lost": false,
"scroll_past_end": false,
"scroll_speed": 5.0,
"soda_classic_tabs": true,
"tab_size": 2,
"terminal": "iTerm2-v3.sh",
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment