We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.swift-format
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
Allow comments in .swift-format files. Use JSON5 or some other format that supports comments.
The text was updated successfully, but these errors were encountered:
This seems like a straightforward change; I think we just need to enable allowsJSON5 on the JSONDecoder.
allowsJSON5
JSONDecoder
Happy to review a PR that adds that if someone wants to beat me to it.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Allow comments in
.swift-format
files. Use JSON5 or some other format that supports comments.The text was updated successfully, but these errors were encountered: