Skip to content

Instantly share code, notes, and snippets.

@rebeccacremona
Last active October 18, 2017 00:31
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 rebeccacremona/7f939b0713342b71b69df1c88b269ff4 to your computer and use it in GitHub Desktop.
Save rebeccacremona/7f939b0713342b71b69df1c88b269ff4 to your computer and use it in GitHub Desktop.
SublimeText preferences
{
"color_scheme": "Packages/Color Scheme - Kuroir/Kuroir Theme.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "__pycache__"],
"font_size": 22,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"indent to bracket": true,
"remember_open_files": false,
"rulers":
[
72,
79,
100,
],
"spell_check": true,
"theme": "Soda Light 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment