Last active
December 21, 2015 15:29
-
-
Save cbudjan/6327466 to your computer and use it in GitHub Desktop.
ST: Preference file (2013-08-24)
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
| { | |
| "auto_match_enabled": true, | |
| "bold_folder_labels": true, | |
| "caret_style": "solid", | |
| "color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme", | |
| "default_encoding": "UTF-8", | |
| "draw_centered": false, | |
| "ensure_newline_at_eof_on_save": false, | |
| "find_selected_text": true, | |
| "flatland_sidebar_tree_small": true, | |
| "flatland_square_tabs": true, | |
| "folder_exclude_patterns": | |
| [ | |
| ".svn", | |
| ".git", | |
| ".hg", | |
| "CVS", | |
| ".sass-cache" | |
| ], | |
| "font_face": "Inconsolata", | |
| "font_options": | |
| [ | |
| "subpixel_antialias", | |
| "no_round", | |
| "directwrite" | |
| ], | |
| "font_size": 17.0, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage", | |
| "Twitter Bootstrap Snippets", | |
| "MarkdownEditing" | |
| ], | |
| "line_padding_top": 5, | |
| "rulers": | |
| [ | |
| 80 | |
| ], | |
| "save_on_focus_lost": true, | |
| "tab_completion": true, | |
| "tab_size": 2, | |
| "theme": "Flatland Dark.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "wide_caret": true, | |
| "word_wrap": true, | |
| "wrap_width": 70 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment