Skip to content

Instantly share code, notes, and snippets.

@tbeseda
Last active September 27, 2015 05:58
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbeseda/1222694 to your computer and use it in GitHub Desktop.
Save tbeseda/1222694 to your computer and use it in GitHub Desktop.
My SublimeText 2 settings. A WIP.
{
"color_scheme": "Packages/Theme - Flatland/Flatland.tmtheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Inconsolata",
"font_size": 20.0,
"highlight_line": true,
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"tab_size": 2,
"theme": "Flatland.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
@rylanb
Copy link

rylanb commented May 19, 2012

http://levien.com/type/myfonts/inconsolata.html - Open Type version for Mac. Open and then click 'Install Font'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment