1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "always_show_minimap_viewport": true,
- "bold_folder_labels": true,
- "caret_style": "phase",
- "color_scheme": "Packages/User/Color Highlighter/themes/Monokai.tmTheme",
- "detect_indentation": false,
- "font_size": 10,
- "highlight_line": true,
- "ignored_packages":
- [
- "Vintage"
- ],
- "indent_guide_options":
- [
- "draw_normal",
- "draw_active"
- ],
- "index_exclude_patterns": ["*.log", ".js", "*.sql"],
- "overlay_scroll_bars": "enabled",
- "show_encoding": true,
- "show_line_endings": true,
- "theme": "Agila Monokai.sublime-theme",
- "theme_agila_auto_complete_lightblue": true,
- "theme_agila_camouflage_semi": true,
- "theme_agila_compact_sidebar": true,
- "theme_agila_compact_tab": true,
- "theme_agila_horizontal_scrollbar_lightblue": true,
- "theme_agila_horizontal_scrollbar_thicker": true,
- "theme_agila_sidebar_font_xsmall": true,
- "theme_agila_sidebar_heading_lightblue": true,
- "theme_agila_sidebar_light_icons": true,
- "theme_agila_sidebar_mini": true,
- "theme_agila_vertical_scrollbar_lightblue": true,
- "theme_agila_vertical_scrollbar_thicker": true,
- "translate_tabs_to_spaces": true,
- "wide_caret": true,
- "word_wrap": true
- }
|