sublime text dotfiles
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"ignored_packages":
|
||||
[
|
||||
"Vintage",
|
||||
],
|
||||
"color_scheme": "Packages/Materialize/schemes/Material One Dark.tmTheme",
|
||||
"theme": "Material One Dark.sublime-theme",
|
||||
"index_files": true,
|
||||
"font_face": "JetBrains Mono NL",
|
||||
"font_options": [
|
||||
"dlig",
|
||||
"ss01",
|
||||
"gray_antialias"
|
||||
],
|
||||
"fade_fold_buttons": false,
|
||||
"rulers": [120],
|
||||
"translate_tabs_to_spaces": true,
|
||||
"highlight_line": true,
|
||||
"control_character_style": "names",
|
||||
"trim_trailing_white_space_on_save": "all",
|
||||
"trim_only_modified_white_space": false,
|
||||
"ensure_newline_at_eof_on_save": true,
|
||||
"scroll_speed": 1.2,
|
||||
"show_tab_close_buttons": false,
|
||||
"folder_exclude_patterns": [".svn", ".hg", "CVS", ".Trash", ".Trash-*"],
|
||||
}
|
||||
Reference in New Issue
Block a user