Initial commit - a few basic settings, carefully packaged so they work well as dotfiles
This commit is contained in:
commit
4cafaed545
4 changed files with 52 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"auto_complete_triggers": [
|
||||
{"characters": "<", "selector": "text.html"},
|
||||
{"characters": ".", "selector": "source.js"}
|
||||
],
|
||||
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
|
||||
"default_line_ending": "unix",
|
||||
"enable_tab_scrolling": false,
|
||||
"ensure_newline_at_eof_on_save": true,
|
||||
"font_face": "FuraCode Nerd Font",
|
||||
"font_size": 14,
|
||||
"ignored_packages": [
|
||||
"Vintage"
|
||||
],
|
||||
"show_encoding": true,
|
||||
"show_line_endings": true,
|
||||
"spacegray_fileicons": true,
|
||||
"tab_size": 2,
|
||||
"theme": "Adaptive.sublime-theme"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue