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

Improve developer experience with consistent formatting #41

Merged
merged 8 commits into from
Nov 27, 2023

Commits on Nov 26, 2023

  1. Improve developer experience

    - Add format command for consistency with lint
    - Add spell checker recommendation
    - Specify consistent tab width of 3 spaces
    martin-fleck-at committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    4f7d1c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dde3a4 View commit details
    Browse the repository at this point in the history
  3. Apply consistent format on all files and organize imports

    - Organize all imports by search&replace the same string in all files
    - Run 'format' on repository
    martin-fleck-at committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    9c57c59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    672c7b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31597f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4626288 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b8ae8c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    ad9ee17 View commit details
    Browse the repository at this point in the history