-
Notifications
You must be signed in to change notification settings - Fork 90
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
Basic Q# Formatter #1172
Merged
Merged
Basic Q# Formatter #1172
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
minestarks
reviewed
Feb 26, 2024
minestarks
reviewed
Feb 26, 2024
minestarks
reviewed
Feb 26, 2024
minestarks
reviewed
Feb 26, 2024
minestarks
reviewed
Feb 26, 2024
minestarks
reviewed
Feb 26, 2024
minestarks
reviewed
Feb 26, 2024
billti
reviewed
Mar 15, 2024
billti
reviewed
Mar 15, 2024
billti
reviewed
Mar 15, 2024
billti
reviewed
Mar 15, 2024
billti
reviewed
Mar 15, 2024
minestarks
reviewed
Mar 15, 2024
Benchmark for 5ea3349Click to view benchmark
|
billti
reviewed
Mar 18, 2024
billti
reviewed
Mar 18, 2024
billti
reviewed
Mar 18, 2024
Benchmark for fcd4c88Click to view benchmark
|
Benchmark for a30fd2eClick to view benchmark
|
billti
reviewed
Mar 19, 2024
billti
reviewed
Mar 19, 2024
billti
reviewed
Mar 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple minor things to fix up, and I didn't look at the Rust code too much as I assume Mine did, else looks good. Thanks!
billti
approved these changes
Mar 19, 2024
Benchmark for 4262a19Click to view benchmark
|
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds a Q# formatter to the compiler with some basic abilities.
The formatter is added to the VScode extension and is triggered manually with the VScode format command, which may be set to run on save, depending on user settings.