Created
December 5, 2012 05:56
-
-
Save VoQn/4212765 to your computer and use it in GitHub Desktop.
My SublimeText setting
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
{ | |
//-- 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