Skip to content

Instantly share code, notes, and snippets.

@paulredmond
Created October 28, 2017 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulredmond/1a40c3541d2c3eac7be581ecc533f244 to your computer and use it in GitHub Desktop.
Save paulredmond/1a40c3541d2c3eac7be581ecc533f244 to your computer and use it in GitHub Desktop.
Sublime and VSCode Settings
{
"draw_white_space": "all",
"added_words":
[
"Laravel",
"mkdir",
"github",
"https",
"laravel",
"Ubuntu",
"ubuntu",
"Homebrew",
"mysql",
"Zend",
"webserver",
"Debian",
"Middleware",
"Hostname",
"refactored",
"namespace",
"refactor",
"serializer",
"validator",
"workflow"
],
"always_show_minimap_viewport": false,
"auto_indent": true,
"caret_style": "smooth",
"color_scheme": "Packages/User/laravel.tmTheme",
"draw_white_space": true,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".idea"
],
"font_face": "Operator Mono Book",
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"ignored_words":
[
"Bookr",
"Eloqent",
"Homebrew's",
"Laracasts",
"Webtatic",
"Xcode",
"balrog",
"bookr",
"cd",
"homebrew",
"hostname",
"middleware",
"namespacing",
"numbers=off",
"php",
"phpunit",
"vagrant@homestead",
"yaml"
],
"line_padding_bottom": 6,
"line_padding_top": 6,
"smart_indent": true,
"tab_size": 4,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"word_wrap": true
}
{
"php.suggest.basic": false,
"window.zoomLevel": 0,
"editor.fontSize": 16,
"editor.fontFamily": "Operator Mono, Consolas, 'Courier New', monospace",
"editor.lineNumbers": "on",
"editor.lineHeight": 30,
"editor.multiCursorModifier": "ctrlCmd",
"terminal.integrated.fontSize": 14,
"editor.wordWrap": "on",
"editor.minimap.enabled": false,
"editor.matchBrackets": false,
"editor.parameterHints": false,
"workbench.startupEditor": "newUntitledFile",
"editor.renderIndentGuides": false,
"editor.renderLineHighlight": "gutter",
"editor.cursorStyle": "line"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment