Add more Sublime Text preferences
This commit is contained in:
parent
759ae7724f
commit
f97c1c20a0
1 changed files with 18 additions and 2 deletions
|
@ -1,5 +1,21 @@
|
||||||
{
|
{
|
||||||
|
"always_show_minimap_viewport": true,
|
||||||
|
"auto_complete_commit_on_tab": false,
|
||||||
|
"close_windows_when_empty": true,
|
||||||
|
"dictionary": "Packages/Language - English/en_GB.dic",
|
||||||
|
"ensure_newline_at_eof_on_save": false,
|
||||||
|
"hot_exit": false,
|
||||||
|
"ignored_packages":
|
||||||
|
[
|
||||||
|
"Vintage"
|
||||||
|
],
|
||||||
|
"rulers":
|
||||||
|
[
|
||||||
|
78
|
||||||
|
],
|
||||||
|
"show_encoding": true,
|
||||||
|
"show_line_endings": true,
|
||||||
"tab_size": 8,
|
"tab_size": 8,
|
||||||
"wrap_width": 78,
|
"trim_trailing_white_space_on_save": true,
|
||||||
"rulers": [78],
|
"wrap_width": 78
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue