Skip to content

Instantly share code, notes, and snippets.

@alexburner
Created November 9, 2017 18:29
Show Gist options
  • Save alexburner/7845c18fcab7c39bc2215cbeb1d14330 to your computer and use it in GitHub Desktop.
Save alexburner/7845c18fcab7c39bc2215cbeb1d14330 to your computer and use it in GitHub Desktop.
depot-ui.sublime-project
{
"folders": [
{
"path": "/home/alexb/depot-ui"
}
],
"settings": {
"js_prettier": {
"debug": false,
"prettier_cli_path": "/home/alexb/depot-ui/node_modules/.bin/prettier",
"node_path": "/home/alexb/.nvm/versions/node/v8.4.0/bin/node",
"auto_format_on_save": false,
"auto_format_on_save_excludes": [],
"allow_inline_formatting": false,
"custom_file_extensions": [],
"max_file_size_limit": -1,
"additional_cli_args": {},
"prettier_options": {
"tabWidth": 4,
"printWidth": 80,
"singleQuote": true,
"trailingComma": "all",
"parser": "typescript",
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment