Created
May 14, 2016 06:49
-
-
Save patelkunal/927274fa51ddfa1ada217a25747508ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
// 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