Skip to content
New issue

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

Add formatting to the deno.json file #33

Closed
alexewerlof opened this issue Oct 20, 2023 · 2 comments · Fixed by #37
Closed

Add formatting to the deno.json file #33

alexewerlof opened this issue Oct 20, 2023 · 2 comments · Fixed by #37

Comments

@alexewerlof
Copy link
Contributor

alexewerlof commented Oct 20, 2023

Why? To make deno fmt work as well as IDE-specific auto formatting features.

Suggestion based on the current coding style:

  "fmt": {
    "indentWidth": 2,
    "semiColons": true,
    "singleQuote": false,
    "useTabs": false
  }

Running this against the current code base shows minimal changes (only dangling commas are added in ts files) as well as a double quote usage in the README.

Happy to do a PR if needed.

@lino-levan
Copy link
Collaborator

Oh, this should actually all be formatted using the default Deno settings. Feel free to submit a PR (without the fmt config) which is just formatting changes.

@alexewerlof
Copy link
Contributor Author

fair enough. I'll do when I get some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants