Created
October 2, 2014 07:00
-
-
Save JustSnow/c3330fc9fa8579495c4b to your computer and use it in GitHub Desktop.
SublimeText 3
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
{ | |
"always_show_minimap_viewport": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme", | |
"draw_minimap_border": true, | |
"ensure_newline_at_eof_on_save": true, | |
"font_size": 12, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"index_exclude_patterns": | |
[ | |
"*.log", | |
"app/public/uploads/*", | |
"coverage/*", | |
"tmp/*", | |
"log/*", | |
"db/structure.sql" | |
], | |
"margin": 2, | |
"match_brackets_angle": true, | |
"minimap_scroll_to_clicked_text": true, | |
"rulers": | |
[ | |
80 | |
], | |
"scroll_past_end": false, | |
"tab_size": 2, | |
"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