Created
March 27, 2019 17:07
-
-
Save kinsleykajiva/b656402f2af98d15635220f2961c27d5 to your computer and use it in GitHub Desktop.
Kinsley Kajiva Sublime Text 3 Settings Template File
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"auto_complete": true, | |
"auto_complete_delay": 50, | |
"auto_complete_selector": "source - comment", | |
"auto_complete_size_limit": 4194304, | |
"auto_complete_triggers": | |
[ | |
{ | |
"characters": "<", | |
"selector": "text.html" | |
}, | |
{ | |
"characters": "/", | |
"selector": "string.quoted.double.html,string.quoted.single.html, source.css" | |
} | |
], | |
"caret_extra_top": 1, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Palenight.tmTheme", | |
"drag_text": false, | |
"font_face": "Fira Code Medium", | |
"font_size": 8, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Emmet", | |
"Rust", | |
"Vintage" | |
], | |
"indent_to_bracket": true, | |
"line_padding_bottom": 5, | |
"line_padding_top": 5, | |
"material_theme_accent_acid-lime": true, | |
"material_theme_appbar_indigo": true, | |
"material_theme_arrow_folders": true, | |
"material_theme_big_fileicons": true, | |
"material_theme_bold_tab": true, | |
"material_theme_bright_scrollbars": true, | |
"material_theme_bullet_tree_indicator": true, | |
"material_theme_compact_panel": true, | |
"material_theme_compact_sidebar": true, | |
"material_theme_contrast_mode": true, | |
"material_theme_disable_folder_animation": true, | |
"material_theme_disable_tree_indicator": true, | |
"material_theme_panel_separator": true, | |
"material_theme_small_statusbar": true, | |
"material_theme_small_tab": true, | |
"material_theme_tabs_autowidth": true, | |
"material_theme_tabs_separator": true, | |
"material_theme_titlebar": true, | |
"material_theme_tree_headings": true, | |
"remember_full_screen": true, | |
"save_on_focus_lost": true, | |
"scroll_past_end": true, | |
"show_full_path": false, | |
"sidebar_row_padding_large": true, | |
"sidebar_size_12": true, | |
"status_bar_brighter": true, | |
"tab_size": 8, | |
"theme": "Material-Theme-Palenight.sublime-theme", | |
"trim_automatic_white_space": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment