Skip to content

Instantly share code, notes, and snippets.

@agragregra
Last active December 4, 2022 16:43
Show Gist options
  • Save agragregra/7ae9c76e895b3bacd944 to your computer and use it in GitHub Desktop.
Save agragregra/7ae9c76e895b3bacd944 to your computer and use it in GitHub Desktop.
Sublime Text My Settings
// Keymap (Windows Users):
[
{ "keys": ["alt+shift+f"], "command": "reindent" },
]
// Settings:
{
"auto_complete": false,
"bold_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/One Dark Material - Theme/schemes/OneDark.tmTheme",
"fold_buttons": false,
"font_size": 13,
"highlight_line": true,
"ignored_packages": [ "Vintage" ],
"indent_guide_options": [ "draw_normal", "draw_active" ],
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 2,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"open_files_in_new_window": false,
"scroll_past_end": true,
"show_definitions": false,
"tab_size": 2,
"theme": "OneDarkMaterial.sublime-theme",
"word_wrap": false
}
@KonZuse
Copy link

KonZuse commented Jan 13, 2019

Ребята, простите, но этот код не рабочий, также как и BUfferscroll, исправьте пожалуйста, 3 раза перестанавливал.

@GodologiaInc
Copy link

Ребята, простите, но этот код не рабочий, также как и BUfferscroll, исправьте пожалуйста, 3 раза перестанавливал.

А что именно не работает? Вроде всё норм)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment