this repo has no description
dotfiles
1{
2 "always_show_minimap_viewport": true,
3 "auto_complete_delay": 100,
4 "color_scheme": "Packages/Base16 Color Schemes/Themes/base16-tomorrow-night.tmTheme",
5 "default_line_ending": "unix",
6 "draw_white_space": "selection",
7 "ensure_newline_at_eof_on_save": true,
8 "font_face": "Cascadia Code",
9 "font_size": 11,
10 "highlight_line": true,
11 "highlight_modified_tabs": true,
12 "ignored_packages":
13 [
14 ],
15 "indent_guide_options":
16 [
17 "draw_normal",
18 "draw_active"
19 ],
20 "material_theme_arrow_folders": true,
21 "material_theme_bright_scrollbars": true,
22 "material_theme_compact_panel": true,
23 "material_theme_compact_sidebar": true,
24 "material_theme_small_statusbar": true,
25 "material_theme_small_tab": true,
26 "material_theme_tabs_separator": true,
27 "rulers":
28 [
29 80,
30 120
31 ],
32 "show_encoding": true,
33 "show_line_endings": true,
34 "show_tab_close_buttons": false,
35 "theme": "SoDaReloaded Dark.sublime-theme",
36 "translate_tabs_to_spaces": true,
37 "trim_trailing_white_space_on_save": true
38}