1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
{ "theme": "Adaptive.sublime-theme", "ignored_packages": [ ],
"index_files": true, "color_scheme": "Monokai.sublime-color-scheme", "show_encoding": true,
"font_size":12, "font_face": "Maple Mono SC NF", "font_options": [ "no_italic", ],
"tab_size": 4, "translate_tabs_to_spaces": true, "save_on_focus_lost": true,
"draw_white_space": "none", "trim_trailing_white_space_on_save": "all", "ensure_newline_at_eof_on_save": true, "default_encoding": "UTF-8", "update_check": false,
"caret_style": "phase",
"highlight_line": true,
"line_padding_bottom": 1, "line_padding_top": 1,
"fade_fold_buttons": false,
"folder_exclude_patterns": [ "*.dSYM", ], "file_exclude_patterns": [ ".DS_Store", ".clang-tidy", ],
"caret_extra_top" : 1, "caret_extra_bottom" : 1, "caret_extra_width" : 1, }
|