Added my snippets and current settings on Linux

This commit is contained in:
2021-06-22 08:51:26 -06:00
commit 51bd3c9c6e
13 changed files with 569 additions and 0 deletions

View File

@ -0,0 +1,44 @@
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"control_character_style": "names",
"copy_with_empty_selection": false,
"fallback_encoding": "UTF-8",
"folder_exclude_patterns":
[
".git",
".hg",
".idea",
".svn",
".Trash",
".Trash-*",
".vscode",
"__pycache__",
"CVS",
"node_modules"
],
"font_face": "Victor Mono",
"font_options":
[
"dlig"
],
"hardware_acceleration": "opengl",
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"material_theme_accent_cyan": true,
"material_theme_bold_tab": true,
"original_color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"font_size": 10,
}