Created
October 28, 2012 15:27
-
-
Save larister/3968903 to your computer and use it in GitHub Desktop.
Sublime Text 2 preferences
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
{ | |
// Show folders in the side bar in bold | |
"bold_folder_labels": true, | |
// Word list to use for spell checking | |
"dictionary": "Packages/Language - English/en_GB.dic", | |
// Set to true to draw a border around the visible rectangle on the minimap. | |
// The color of the border will be determined by the "minimapBorder" key in | |
// the color scheme | |
"draw_minimap_border": true, | |
"font_size": 14.0, | |
// List any packages to ignore here. When removing entries from this list, | |
// a restart may be required if the package contains plugins. | |
"ignored_packages": ["Vintage"], | |
// Set to true to insert spaces when tab is pressed | |
"translate_tabs_to_spaces": true, | |
// Set to true to removing trailing white space on save | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment