Skip to content

Instantly share code, notes, and snippets.

@quentinms
Last active August 29, 2015 14:27
Show Gist options
  • Save quentinms/ff23958ee7e4e9c011fb to your computer and use it in GitHub Desktop.
Save quentinms/ff23958ee7e4e9c011fb to your computer and use it in GitHub Desktop.
Sublime Text 3 Preferences
{
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"default_encoding": "UTF-8",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_face": "Source Code Pro",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"remember_open_files": true,
"rulers":
[
80,
140
],
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment