Created
November 24, 2011 02:30
-
-
Save carlzulauf/1390502 to your computer and use it in GitHub Desktop.
Customized Sublime Text 2 file settings
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
Show hidden characters
// This goes in ~/.config/sublime-text-2/Packages/User/Base File.sublime-settings | |
{ | |
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme", | |
// The number of spaces a tab is considered equal to | |
"tab_size": 2, | |
// Set to true to insert spaces when tab is pressed | |
"translate_tabs_to_spaces": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment