1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| { "color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme", "default_line_ending": "unix", "draw_white_space": "all", "font_face": "Monaco", "font_options": [ "gdi" ], "font_size": 12, "git_binary": "D:\\ENV\\Git\\bin\\git.exe", "ignored_packages": [ "Vintage" ], "show_line_endings": true, "theme": "Material-Theme-Darker.sublime-theme", "translate_tabs_to_spaces": true, "trim_trailing_white_space_on_save": true, "update_check": false, "word_wrap": false }
|