Created
January 10, 2017 09:27
-
-
Save yahyaerturan/79c500defb0c365b552dc64b355c7931 to your computer and use it in GitHub Desktop.
Sublime Settings
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
{ | |
"auto_find_in_selection": true, | |
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme", | |
"default_line_ending": "unix", | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Monaco", | |
"font_size": 12, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"itg_scrollbar_medium": true, | |
"itg_scrollbar_small": false, | |
"itg_sidebar_tree_large": false, | |
"itg_sidebar_tree_medium": true, | |
"itg_sidebar_tree_small": false, | |
"itg_sidebar_tree_xlarge": false, | |
"itg_sidebar_tree_xsmall": false, | |
"itg_small_tabs": true, | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"material_theme_accent_blue": true, | |
"material_theme_accent_scrollbars": 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_panel_separator": true, | |
"material_theme_small_statusbar": true, | |
"material_theme_small_tab": true, | |
"material_theme_tabs_autowidth": true, | |
"material_theme_tabs_separator": true, | |
"original_color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
"overlay_scroll_bars": "enabled", | |
"shift_tab_unindent": true, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"theme": "Material-Theme.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment