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
| { "always_show_minimap_viewport": true, "auto_complete_commit_on_tab": true, "auto_complete_with_fields": true, "color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme", "draw_white_space": "all", "font_face": "Source Code Pro", "font_options": [ "gray_antialias", "subpixel_antialias" ], "font_size": 12, "highlight_line": true, "ignored_packages": [ "Vintage" ], "indent_guide_options": [ "draw_active", "draw_normal" ], "tab_size": 2, "theme": "Adaptive.sublime-theme", "translate_tabs_to_spaces": true, "trim_trailing_white_space_on_save": true, "word_wrap": false }
|