mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-12 17:53:57 +01:00
Template sublime preferences for different font size on macos and others
This commit is contained in:
parent
5e08db8ced
commit
5e9dfcfefe
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,11 @@
|
|||
// and are overridden in turn by syntax-specific settings.
|
||||
{
|
||||
"font_face": "MonoLisa",
|
||||
"font_size": 17,
|
||||
{{- if eq .chezmoi.os "darwin" }}
|
||||
"font_size": 17,
|
||||
{{- else }}
|
||||
"font_size": 14,
|
||||
{{- end }}
|
||||
"scroll_past_end": 0.7,
|
||||
"rulers": [88],
|
||||
"ruler_style": "stippled",
|
Loading…
Reference in a new issue