Last active
November 21, 2017 19:26
-
-
Save mpiannucci/8832830 to your computer and use it in GitHub Desktop.
Sublime-Text 3 User Settings
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
[ | |
{ "keys": ["ctrl+q"], "command": "close_file" }, | |
{ "keys": ["ctrl+k", "ctrl+0"], "command": "fold_all" }, | |
] |
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
{ | |
"color_scheme": "Packages/Color Scheme - Default/Mariana.tmTheme", | |
"theme": "Adaptive.sublime-theme", | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"theme": "El Capitan.sublime-theme", | |
"auto_complete_triggers": | |
[ | |
{ | |
"characters": ".", | |
"selector": "source.python" | |
} | |
], | |
"spell_check": false, | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"use_tab_stops": true | |
} |
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
{ | |
"auto_complete_function_params": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment