Last active
December 2, 2016 10:53
-
-
Save SDemonUA/e4e543a4859a99307994 to your computer and use it in GitHub Desktop.
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_complete_triggers": | |
[ | |
{ | |
"characters": "<", | |
"selector": "text.html" | |
}, | |
{ | |
"characters": ".", | |
"selector": "source.js" | |
} | |
], | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/User/SublimeLinter/base16-eighties.dark (SL).tmTheme", | |
"default_line_ending": "unix", | |
"fade_fold_buttons": false, | |
"fallback_encoding": "Cyrillic (Windows 1251)", | |
"font_face": "Monaco", | |
"font_size": 10, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_words": | |
[ | |
"admin" | |
], | |
"indent_guide_options": | |
[ | |
"draw_active", | |
"draw_normal" | |
], | |
"itg_scrollbar_medium": false, | |
"itg_sidebar_tree_medium": true, | |
"itg_small_tabs": true, | |
"jsdocs_notation_map": | |
[ | |
{ | |
"prefix": "_", | |
"tags": | |
[ | |
"@private" | |
] | |
}, | |
{ | |
"regex": "^o|opts|props$", | |
"type": "object" | |
}, | |
{ | |
"regex": "(.*_)?((p?id)|(idx))$", | |
"type": "number" | |
}, | |
{ | |
"prefix": "b", | |
"type": "bool" | |
} | |
], | |
"shift_tab_unindent": false, | |
"spacegray_fileicons": true, | |
"spacegray_tabs_font_large": true, | |
"spacegray_tabs_large": true, | |
"theme": "Spacegray Eighties.sublime-theme", | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment