Created
February 20, 2018 16:34
-
-
Save Darkside73/81e850d6de8a9f4fceda3e3a9d400ca8 to your computer and use it in GitHub Desktop.
sublime text base settings
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
{ | |
"caret_style": "phase", | |
"default_line_ending": "unix", | |
"detect_slow_plugins": false, | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
".git", | |
".svn", | |
".sass-cache", | |
".bundle", | |
"bundle", | |
".rbx", | |
"node_modules" | |
], | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"hot_exit": true, | |
"ignore_vcs_packages": true, | |
"ignored_packages": | |
[ | |
"CSS", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"index_files": true, | |
"line_padding_bottom": 0.5, | |
"line_padding_top": 0.5, | |
"new_window_settings": | |
{ | |
"show_minimap": false | |
}, | |
"remember_open_files": true, | |
"rulers": | |
[ | |
120 | |
], | |
"save_on_focus_lost": true, | |
"show_definitions": false, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"tab_size": 2, | |
"tabs_small": true, | |
"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