Last active
December 23, 2015 17:39
-
-
Save phlco/6670723 to your computer and use it in GitHub Desktop.
sublime_settings
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
| { | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme", | |
| "default_line_ending": "LF", | |
| "detect_indentation": true, | |
| // install source code pro fonts | |
| //"font_face": "SourceCodePro-Regular", | |
| "font_size": 13, | |
| "highlight_active_indent_guide": true, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "line_padding_bottom": 1, | |
| "line_padding_top": 1, | |
| "tab_size": 2, | |
| // install the soda light theme for this | |
| //"theme": "Soda Light.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "trim_trailing_white_space_on_save": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment