Created
May 2, 2018 01:39
-
-
Save trungx/b0f47c39b5a29bd7991f9a3bfcee10ff to your computer and use it in GitHub Desktop.
sublimetext3 setting
This file contains hidden or 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
| { | |
| "theme": "Boxy Ocean.sublime-theme", | |
| "color_scheme": "Packages/Boxy Theme/schemes/Boxy Ocean.tmTheme", | |
| "color_scheme": "Packages/Boxy Theme/schemes/Boxy Ocean.tmTheme", | |
| "theme": "Boxy Ocean.sublime-theme", | |
| "theme_accent_purple": true, | |
| "theme_bar": true, | |
| "theme_find_panel_close_hidden": true, | |
| "theme_size_md": true, | |
| "theme_tab_line_size_lg": true, | |
| "theme_tab_selected_transparent": true, | |
| "theme_tab_selected_underlined": true, | |
| "bold_folder_labels": true, | |
| "default_encoding": "UTF-8", | |
| "default_line_ending": "unix", | |
| "font_size": 11, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "translate_tabs_to_spaces": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "line_padding_bottom": 2, | |
| "line_padding_top": 2, | |
| "show_encoding": true, | |
| "show_line_endings": true, | |
| "always_show_minimap_viewport": true, | |
| "detect_indentation": true, | |
| "font_options": | |
| [ | |
| "subpixel_antialias" | |
| ], | |
| "tab_size": 4, | |
| "auto_complete": true, | |
| "auto_complete_commit_on_tab": true, | |
| "auto_complete_with_fields": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment