Last active
February 5, 2018 16:09
-
-
Save shornuk/8781e4a91977732043fe7a3bf20cf718 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
{ | |
"animation_enabled": false, | |
"auto_complete": true, | |
"auto_complete_commit_on_tab": true, | |
"auto_complete_with_fields": true, | |
"caret_extra_bottom": 1, | |
"caret_extra_top": 2, | |
"caret_extra_width": 1, | |
"caret_style": "blink", | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/Theme - One Dark/One Dark.tmTheme", | |
"draw_white_space": "none", | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"node_modules", | |
".sass-cache" | |
], | |
"font_face": "Fira Code", | |
"font_size": 11, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"margin": 0, | |
"match_selection": false, | |
"scroll_past_end": false, | |
"show_definitions": false, | |
"show_tab_close_buttons": true, | |
"theme": "One Dark.sublime-theme", | |
"tree_animation_enabled": false, | |
"trim_trailing_white_space_on_save": true, | |
"one_dark_native_title_bar": true, | |
"one_dark_show_scroll_tabs": true, | |
"one_dark_show_tabs_dropdown": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment