Skip to content

Instantly share code, notes, and snippets.

@JulienBreux
Last active December 18, 2015 16:39
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 JulienBreux/5813031 to your computer and use it in GitHub Desktop.
Save JulienBreux/5813031 to your computer and use it in GitHub Desktop.
ST2 - Preferences
// Packager: http://wbond.net/sublime_packages/package_control
// Packages: SublimeLinter, Emmet, Git
{
"font_size": 13.0,
"ignored_packages":
[
"Vintage"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"translate_tabs_to_spaces": true,
"tab_size": 4,
"rulers": [120],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"trim_automatic_white_space": true,
"ensure_newline_at_eof_on_save": true,
"word_wrap": false,
"close_windows_when_empty": true,
"open_files_in_new_window": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment