Skip to content

Instantly share code, notes, and snippets.

@thebrainroom
Created April 25, 2013 14:28
Show Gist options
  • Save thebrainroom/5460126 to your computer and use it in GitHub Desktop.
Save thebrainroom/5460126 to your computer and use it in GitHub Desktop.
My personal Sublime Text 2 preferences.
{
// 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