Skip to content

Instantly share code, notes, and snippets.

@0snilcy
Last active April 8, 2016 10:44
Show Gist options
  • Save 0snilcy/684c5ac15ad5dec72b05 to your computer and use it in GitHub Desktop.
Save 0snilcy/684c5ac15ad5dec72b05 to your computer and use it in GitHub Desktop.
Конфигурации Sublime Text
{
"installed_packages":
[
"AdvancedNewFile",
"Alignment",
"All Autocomplete",
"ApacheConf.tmLanguage",
"AutoFileName",
"BracketHighlighter",
"Color Highlighter",
"CSS3",
"EditorConfig",
"Emmet",
"Gist",
"GitGutter",
"Goto-CSS-Declaration",
"HTML5",
"imgHolder",
"jQuery",
"LESS",
"LiveStyle",
"Package Control",
"PackageResourceViewer",
"SCSS",
"SideBarEnhancements",
"SublimeLinter",
"SublimeLinter-contrib-htmlhint",
"SublimeLinter-csslint",
"SublimeLinter-jshint",
"SyncedSideBar",
"Tag",
"Theme - Spacegray"
]
}
{
"auto_complete ": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"draw_white_space": "all",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"CSS",
"Vintage"
],
"save_on_focus_lost": false,
"show_line_endings": true,
"tab_size": 2,
"translate_tabs_to_spaces": false,
"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