This commit is contained in:
Smirnov Olexandr 2020-09-21 17:48:59 +03:00
parent 262cea2a4a
commit 68604c9c6a
11 changed files with 1016 additions and 141 deletions

View file

@ -0,0 +1,9 @@
[
// Unbind's
{ "keys": ["ctrl+b"], "command": null },
{ "keys": ["ctrl+shift+x"],"command": null },
// Bind's
{ "keys": ["ctrl+shift+`"], "command": "ecsstractor", "args": {"bem_nesting": true } },
{ "keys": ["ctrl+`"], "command": "ecsstractor"},
{ "keys": ["ctrl+b"], "command": "toggle_side_bar" }
]

View file

@ -0,0 +1,18 @@
{
"bootstrapped": true,
"in_process_packages": [],
"installed_packages": [
"A File Icon",
"Agila Theme",
"AutoFileName",
"ayu",
"BracketHighlighter",
"Color Highlight",
"ColorPicker",
"Discord Rich Presence",
"eCSStractor",
"Emmet",
"Package Control",
"Sass"
]
}

View file

@ -0,0 +1,19 @@
{
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
"theme": "ayu-mirage.sublime-theme",
"auto_complete": true,
"draw_indent_guides": false,
"draw_white_space": "all",
"file_exclude_patterns": [ "package-lock.json" ],
"folder_exclude_patterns": [ "node_modules" ],
"font_size": 10,
"ignored_packages": [ "Vintage" ],
"margin": 0,
"remeber_open_files": true,
"save_on_focus_lost": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"update_check": false,
"word_wrap": true
}