-
-
Save nejdetckenobi/36f55023e61c9a49ac0b to your computer and use it in GitHub Desktop.
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/Predawn/predawn.tmTheme", | |
| "draw_white_space": "selection", | |
| "ensure_newline_at_eof_on_save": true, | |
| "font_face": "MonteCarlo Fixed", | |
| "font_size": 12, | |
| "gutter": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "rulers": | |
| [ | |
| 79, | |
| 120 | |
| ], | |
| "shift_tab_unindent": true, | |
| "show_encoding": true, | |
| "tab_size": 4, | |
| "theme": "predawn-DEV.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