Added my snippets and current settings on Linux
This commit is contained in:
44
Packages/User/Preferences.sublime-settings
Normal file
44
Packages/User/Preferences.sublime-settings
Normal 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,
|
||||
}
|
Reference in New Issue
Block a user