Last active
June 30, 2016 19:17
-
-
Save chenjenping/3ffec88e6a15ae4d1d9f017b83ddb9a0 to your computer and use it in GitHub Desktop.
sublime setting 2016/6/20
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
Show hidden characters
| { | |
| "auto_complete": true, | |
| "auto_indent": true, | |
| "bold_folder_labels": true, | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme", | |
| "default_encoding": "UTF-8", | |
| "detect_indentation": true, | |
| "draw_indent_guides": true, | |
| "draw_white_space": true, | |
| "enable_tab_scrolling": false, | |
| "font_face": "Fira Code", | |
| "font_size": 18, | |
| "gutter": true, | |
| "highlight_line": true, | |
| "ignored_packages": | |
| [ | |
| ], | |
| "indent_guide_options": | |
| [ | |
| "draw_normal", | |
| "draw_active" | |
| ], | |
| "indent_subsequent_lines": true, | |
| "line_numbers": true, | |
| "line_padding_bottom": 12, | |
| "line_padding_top": 12, | |
| "margin": 4, | |
| "overlay_scroll_bars": "enabled", | |
| "preview_on_click": false, | |
| "smart_indent": true, | |
| "tab_completion": true, | |
| "tab_size": 4, | |
| "theme": "Oceanic Next.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "trim_automatic_white_space": true, | |
| "word_wrap": true, | |
| "wrap_width": 0 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment