dotfiles/Preferences.sublime-settings

27 lines
317 B
Plaintext
Raw Normal View History

2016-09-17 14:23:31 +00:00
{
2019-07-11 23:19:41 +00:00
"font_face": "SF Mono Regular",
2016-09-17 14:23:31 +00:00
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
2016-12-19 23:18:14 +00:00
"scroll_past_end": true,
2019-07-11 23:19:41 +00:00
"binary_file_patterns": [
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.app",
"*.beam"
]
2016-09-17 14:23:31 +00:00
}