Skip to content

Instantly share code, notes, and snippets.

@nareshganesan
Last active January 17, 2016 07:20
Show Gist options
  • Save nareshganesan/8cb1416586c38f308b11 to your computer and use it in GitHub Desktop.
Save nareshganesan/8cb1416586c38f308b11 to your computer and use it in GitHub Desktop.
{
"ignored_packages":
[
"Vintage"
],
// Terminal plugin
"terminal": "iTerm.sh",
// OS X only: When files are opened from finder, or by dragging onto the
// dock icon, this controls if a new window is created or not.
"open_files_in_new_window": false,
"rulers":
[
120
],
// The number of spaces a tab is considered equal to
"tab_size": 4,
// 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": true,
// Set to a value other than 0 to force wrapping at that column rather than the
// window width
"wrap_width": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment