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 VSCode formatter configuration #183

Merged
merged 1 commit into from
Mar 30, 2023
Merged

Add VSCode formatter configuration #183

merged 1 commit into from
Mar 30, 2023

Conversation

rileychh
Copy link
Member

Description

  • This PR adds a configuration file for Visual Studio Code to adhere to rules found in .github/workflows/analysis.yml.

How to Verify?

  • Open the project in Visual Studio Code.
  • Invoke Format Document command in any Dart file.
  • None of the existing code should be modified.

Screenshots/GIF/Test Results (Optional)

None.

Copy link
Member

@Xanonymous-GitHub Xanonymous-GitHub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with little comments.

Suggest improving branch name in the future for better readability. The name vscode-settings may contains the following problems:

  • lack of verbs, don't know what to do
  • Lack of a single identifying statement or word, difficult to distinguish from one another when there are similar names.

So based on above points, you may named it to something like add-vscode-dart-format-config.

But this is just a nit problem. Feel free to merge and be careful in the future while naming.

@rileychh
Copy link
Member Author

Forgot to sign the commits. Can you approve again? Thanks.

@rileychh rileychh merged commit 67ca1f1 into master Mar 30, 2023
@rileychh rileychh deleted the vscode-settings branch March 30, 2023 19:44
@Xanonymous-GitHub Xanonymous-GitHub added this to the 1.4.4 milestone Apr 1, 2023
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 this pull request may close these issues.

2 participants