Skip to content

Instantly share code, notes, and snippets.

@campo
Last active August 29, 2015 14:05
Show Gist options
  • Save campo/96a76094d13d17892fd4 to your computer and use it in GitHub Desktop.
Save campo/96a76094d13d17892fd4 to your computer and use it in GitHub Desktop.
Sublime User Settings
{
"font_face": "Inconsolata",
"font_size": 22,
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
// Disables horizontal scrolling if enabled.
// May be set to true, false, or "auto", where it will be disabled for
// source code, and otherwise enabled.
"word_wrap": false,
// Set to true to removing trailing white space on save
"trim_trailing_white_space_on_save": true,
// Set to true to ensure the last line of the file ends in a newline
// character when saving
"ensure_newline_at_eof_on_save": true,
"show_tab_close_buttons": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment