Created
March 4, 2017 19:39
-
-
Save Rodrigora/96d5a576eb00a0912e8b0dfe0c8f5e39 to your computer and use it in GitHub Desktop.
This file contains 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/Boxy Theme/schemes/Boxy Ocean.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"font_size": 21, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"JavaScript", | |
"SublimeERB", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"open_files_in_new_window": false, | |
"rulers": | |
[ | |
80 | |
], | |
"save_on_focus_lost": true, | |
"show_full_path": true, | |
"tab_size": 2, | |
"theme": "Default.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