Created
February 20, 2014 10:01
-
-
Save skyrpex/9110364 to your computer and use it in GitHub Desktop.
Sublime Text 3 configuration
This file contains 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
[ | |
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } }, | |
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } } | |
] |
This file contains 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
{ | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true, | |
"use_tab_stops": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment