Skip to content

Instantly share code, notes, and snippets.

@glomotion
Last active June 13, 2018 07:18
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 glomotion/9b397e93e108ab6155b93035be547c4a to your computer and use it in GitHub Desktop.
Save glomotion/9b397e93e108ab6155b93035be547c4a to your computer and use it in GitHub Desktop.
Sublime 3 settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"detect_indentation": true,
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"find_selected_text": true,
"font_face": "Input Mono",
"font_size": 13.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"open_files_in_new_window": false,
"predawn_findreplace_small": false,
"predawn_quick_panel_small": false,
"predawn_sidebar_arrows": false,
"predawn_sidebar_large": false,
"predawn_sidebar_medium": false,
"predawn_sidebar_narrow": false,
"predawn_sidebar_small": false,
"predawn_sidebar_xlarge": false,
"predawn_sidebar_xsmall": false,
"predawn_tabs_active_underline": false,
"predawn_tabs_large": false,
"predawn_tabs_medium": false,
"predawn_tabs_small": false,
"rulers":
[
85,
110
],
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "predawn-DEV.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_",
"word_wrap": true,
"wrap_width": 140,
"folder_exclude_patterns": ["build", ".svn", ".idea", ".git", ".hg", "CVS", "node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment