Created
March 24, 2019 22:07
-
-
Save valenting/e006a2678169b4c925673c4c9eb26660 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
Show hidden characters
{ | |
"create_window_at_startup": false, | |
"default_line_ending": "unix", | |
"find_selected_text": true, | |
"fold_buttons": false, | |
"font_size": 9, | |
"gutter": true, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"open_files_in_new_window": false, | |
"rulers": | |
[ | |
80, | |
120 | |
], | |
"shift_tab_unindent": true, | |
"show_full_path": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment