Last active
December 9, 2015 23:59
-
-
Save lessless/5a6124d5dce22c40a43b 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
{ | |
"auto_complete": false, | |
"caret_style": "solid", | |
"ensure_newline_at_eof_on_save": true, | |
"ignored_packages": [ | |
"Vintage" | |
], | |
"find_selected_text": true, | |
"fold_buttons": false, | |
"folder_exclude_patterns": [ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"node_modules", | |
"tmp" | |
], | |
"font_options": [ | |
"subpixel_antialias", | |
"no_bold" | |
], | |
"font_size": 14.0, | |
"translate_tabs_to_spaces": true, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"line_padding_bottom": 0, | |
"line_padding_top": 0, | |
"rulers": [ | |
110, | |
120 | |
], | |
"scroll_past_end": false, | |
"show_full_path": true, | |
"tab_size": 2, | |
"trim_trailing_white_space_on_save": true, | |
"wide_caret": true, | |
"word_wrap": true, | |
"wrap_width": 120 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment