Created
March 10, 2017 00:02
-
-
Save cuonggt/4ee1a6501cb126ba3c63ed7407cc8a84 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
Show hidden characters
{ | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Fira Code", | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 16, | |
"highlight_line": false, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"SublimeLinter-jshint", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 10, | |
"line_padding_top": 10, | |
"overlay_scroll_bars": "enabled", | |
"phpunit-sublime-terminal": "iTerm", | |
"remember_open_files": false, | |
"show_definitions": false, | |
"show_panel_on_build": false, | |
"theme": "Material-Theme.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment