Skip to content

Instantly share code, notes, and snippets.

@VoQn
Created December 5, 2012 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VoQn/4212765 to your computer and use it in GitHub Desktop.
Save VoQn/4212765 to your computer and use it in GitHub Desktop.
My SublimeText setting
{
//-- GUI Look & Feel --
"highlight_line": true,
"rulers": [ 80, 120 ],
// Source Code Pro - https://github.com/adobe/source-code-pro
"font_face": "Source Code Pro ExtraLight",
// for MacOS X
"font_options": [ "subpixel_antialias", "no_round" ],
"font_size": 21,
// Solarized - http://ethanschoonover.com/solarized
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
// -- Editor --
// Soft-Tab-Stop
"translate_tabs_to_spaces": true,
// Remove redundant charactors
"trim_trailing_white_space_on_save": false,
// Use Vintage (Vim like usability)
"ignored_packages": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment