Skip to content

Instantly share code, notes, and snippets.

@viphat
Last active May 18, 2018 13:16
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 viphat/c6327d831f9600192dad351622841777 to your computer and use it in GitHub Desktop.
Save viphat/c6327d831f9600192dad351622841777 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"caret_style": "solid",
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"copy_with_empty_selection": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_face": "Source Code Variable Regular",
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"index_files": true,
"predawn_findreplace_small": true,
"predawn_tabs_small": true,
"rulers":
[
80,
120
],
"tab_size": 2,
"theme": "predawn-DEV.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_separators": "./\\()\"'-:,.;<>~@#$%^&*|+=[]{}`~",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment