Add Sublime Text preferences
This commit is contained in:
parent
d51de5bb17
commit
1dc9b4c7f5
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
|||
/tag-php/composer/vendor/
|
||||
/tag-zsh/zsh_profile.d/aliases-private.zsh
|
||||
/**/*.zwc
|
||||
!/config/**
|
1
Library/Application Support/Sublime Text 3/Packages
Symbolic link
1
Library/Application Support/Sublime Text 3/Packages
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../config/sublime-text-3/Packages
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"bootstrapped": true,
|
||||
"in_process_packages":
|
||||
[
|
||||
],
|
||||
"installed_packages":
|
||||
[
|
||||
"AdvancedNewFile",
|
||||
"Dockerfile Syntax Highlighting",
|
||||
"DotENV",
|
||||
"EditorConfig",
|
||||
"Emmet",
|
||||
"LESS",
|
||||
"Sass",
|
||||
"Syntax Highlighting for PostCSS",
|
||||
"Twig"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"color_scheme": "Packages/Color Scheme - Default/Breakers.sublime-color-scheme",
|
||||
"font_face": "Operator Mono",
|
||||
"font_size": 16,
|
||||
"ignored_packages":
|
||||
[
|
||||
],
|
||||
"line_padding_bottom": 8,
|
||||
"line_padding_top": 8
|
||||
}
|
Loading…
Reference in a new issue