Created
April 25, 2013 14:28
-
-
Save thebrainroom/5460126 to your computer and use it in GitHub Desktop.
My personal Sublime Text 2 preferences.
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
{ | |
// Flatland theme settings | |
"theme": "Flatland.sublime-theme", | |
"flatland_square_tabs": true, | |
// Colour scheme | |
"color_scheme": "Packages/Dayle Rees Color Schemes/LastNight.tmTheme", | |
// Type settings | |
"font_face": "Droid Sans Mono", | |
"font_size": 15.0, | |
// Legibility settings | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
// Space settings | |
"translate_tabs_to_spaces": true, | |
"tab_size": 2, | |
// Misc | |
"scroll_past_end": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment