Add Sublime Text preferences

This commit is contained in:
Oliver Davies 2020-06-10 21:08:00 +01:00
parent d51de5bb17
commit 1dc9b4c7f5
5 changed files with 31 additions and 1 deletions

View file

@ -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"
]
}

View file

@ -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
}