Skip to content

Instantly share code, notes, and snippets.

@ilyaashapatov
Last active November 17, 2018 07:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilyaashapatov/2d9e9e8bc9b0524cdca8 to your computer and use it in GitHub Desktop.
Save ilyaashapatov/2d9e9e8bc9b0524cdca8 to your computer and use it in GitHub Desktop.
my sub settings
{
"auto_complete_selector": "source, text",
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"detect_slow_plugins": false,
"drag_text": true,
"draw_white_space": "all",
"font_face": "Monaco",
"font_size": 12.0,
"hayaku_CSS_prefixes_disable": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"JSHint Gutter",
"Vintage"
],
"line_padding_bottom": 0.8,
"line_padding_top": 0.8,
"margin": 15,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"material_theme_arrow_folders": true,
"padding": 10,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": false
}
// my packages
{
"install_packages":
[
"A File Icon",
"AutoFileName",
"ColorHelper",
"Dockerfile Syntax Highlighting",
"Emmet",
"GitGutter",
"Hayaku - tools for writing CSS faster",
"ImageMagick",
"Jade",
"JSX",
"Material Theme",
"Package Control",
"Sass",
"Swift",
"Swig",
"Vue Syntax Highlight",
"Xcode Colors",
"xml2json",
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment