Last active
December 14, 2015 04:09
-
-
Save sineld/5026042 to your computer and use it in GitHub Desktop.
Sublime Text 2 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
| { | |
| "bold_folder_labels": true, | |
| "color_scheme": "Packages/Dayle Rees Color Schemes/FreshCut.tmTheme", | |
| "ensure_newline_at_eof_on_save": true, | |
| "font_face": "Source Code Pro", | |
| "font_size": 13, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "line_padding_bottom": 2, | |
| "line_padding_top": 2, | |
| "rulers": | |
| [ | |
| 90 | |
| ], | |
| "theme": "Soda Dark.sublime-theme", | |
| "trim_trailing_white_space_on_save": true, | |
| "word_wrap": true, | |
| "fallback_encoding": "Turkish (Windows 1254)", | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment