Skip to content

Instantly share code, notes, and snippets.

@tajo
Created September 9, 2017 00:07
Show Gist options
  • Save tajo/9bada731ae7dad8b579d193a7217e64f to your computer and use it in GitHub Desktop.
Save tajo/9bada731ae7dad8b579d193a7217e64f to your computer and use it in GitHub Desktop.
sublime config
{
"folders":
[
{
"path": "/Users/miksu/Projects/cf-www-next"
}
],
"settings": {
"js_prettier": {
"auto_format_on_save": true,
"auto_format_on_save_excludes": ["*.json"],
"allow_inline_formatting": false,
"additional_cli_args": {
"--config": "/Users/miksu/Projects/cf-www-next/.prettierrc",
"--ignore-path": "/Users/miksu/Projects/cf-www-next/.prettierignore"
}
},
"tab_size": 2,
"translate_tabs_to_space": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment