We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the style guide used by jsfmt by default? Doesn't seem to be mentioned in the README or website.
The text was updated successfully, but these errors were encountered:
There isn't really an official styleguide that is being used. It is mostly what esformatter provides along with a few plugins.
esformatter
Here is the config that is being used for formatting: https://github.com/rdio/jsfmt/blob/28c31af8424bb44504dc9f5e59fc6619eaa73703/lib/defaultStyle.json
Here is an example of the output: https://github.com/rdio/jsfmt/blob/28c31af8424bb44504dc9f5e59fc6619eaa73703/examples/styleGuide.js
I am going to leave this issue open since we should at least update the README to indicate the above.
Sorry, something went wrong.
No branches or pull requests
What is the style guide used by jsfmt by default? Doesn't seem to be mentioned in the README or website.
The text was updated successfully, but these errors were encountered: