Skip to content

Instantly share code, notes, and snippets.

@patelkunal
Created May 14, 2016 06:49
Show Gist options
  • Save patelkunal/927274fa51ddfa1ada217a25747508ec to your computer and use it in GitHub Desktop.
Save patelkunal/927274fa51ddfa1ada217a25747508ec to your computer and use it in GitHub Desktop.
{
// editor options
// "draw_white_space": "space",
// tabs and whitespace
"auto_indent": true,
"rulers": [99],
"tab_size": 4,
"smart_indent": true,
"trim_automatic_white_space": true,
"use_tab_stops": true,
"word_wrap": true,
"wrap_width": 90,
"auto_complete_triggers": [
{"selector": "source.python", "characters": "."}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment