Skip to content

Instantly share code, notes, and snippets.

@pior
Last active July 18, 2016 16:27
Show Gist options
  • Select an option

  • Save pior/3d261822bda7fa442107e343a542e7dd to your computer and use it in GitHub Desktop.

Select an option

Save pior/3d261822bda7fa442107e343a542e7dd to your computer and use it in GitHub Desktop.
Setup Ruby / Mac
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"copy_with_empty_selection": true,
"ensure_newline_at_eof_on_save": true,
"index_files": true,
"rulers": [
79
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment