Created
August 11, 2015 17:27
-
-
Save lucas-tulio/77722cc992c3fa42c479 to your computer and use it in GitHub Desktop.
The settings I use in Sublime Text 2
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
// Settings in here override those in "Default/Preferences.sublime-settings", and | |
// are overridden in turn by file type specific settings. | |
{ | |
"font_size": 16, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"draw_white_space": "all" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment