Created
August 27, 2012 11:25
-
-
Save ixth/3487651 to your computer and use it in GitHub Desktop.
Ixth's Sublime Text 2 config
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
*.log |
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
Show hidden characters
// Settings in here override those in "Default/Preferences.sublime-settings", and | |
// are overridden in turn by file type specific settings. | |
{ | |
"font_face": "Terminus" | |
} |
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
{ | |
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme", | |
"font_face": "Consolas", | |
"margin": 0, | |
"fold_buttons": false, | |
"rulers": [80, 120], | |
"highlight_line": true, | |
"fallback_encoding": "Cyrillic (Windows 1251)", | |
"default_line_ending": "unix", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"ensure_newline_at_eof_on_save": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment