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

Supported comments after latest enum element #1302

Merged
merged 13 commits into from
May 27, 2022

Commits on May 25, 2022

  1. Supported comments after latest enum element

    ### What's done:
    * skip EOL_COMMENT, BLOCK_COMMENT, WHITE_SPACE to detect a location for COMMA
    nulls committed May 25, 2022
    Configuration menu
    Copy the full SHA
    3fb0053 View commit details
    Browse the repository at this point in the history
  2. fixed issue found by code static analyzer

    ### What's done:
    * moved import
    nulls committed May 25, 2022
    Configuration menu
    Copy the full SHA
    f10197a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bc88c5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. ### What's done: supported KDOC

    nulls committed May 27, 2022
    Configuration menu
    Copy the full SHA
    b22e482 View commit details
    Browse the repository at this point in the history
  2. Supported KDOC

    ### What's done:
    * supported KDoc in method for adding new line after each enum element
    nulls committed May 27, 2022
    Configuration menu
    Copy the full SHA
    f395d51 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/bugfix/enum_comma_at_comment#128…

    …6' into bugfix/enum_comma_at_comment#1286
    nulls committed May 27, 2022
    Configuration menu
    Copy the full SHA
    8752fb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21297a2 View commit details
    Browse the repository at this point in the history
  5. Supported KDOC

    ### What's done:
    * removed dead code
    nulls committed May 27, 2022
    Configuration menu
    Copy the full SHA
    aa61637 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/bugfix/enum_comma_at_comment#128…

    …6' into bugfix/enum_comma_at_comment#1286
    nulls committed May 27, 2022
    Configuration menu
    Copy the full SHA
    223f990 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f6bef4 View commit details
    Browse the repository at this point in the history
  8. Supported KDoc

    ### What's done:
    * amend new line on tree level
    nulls committed May 27, 2022
    Configuration menu
    Copy the full SHA
    93a931d View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/bugfix/enum_comma_at_comment#128…

    …6' into bugfix/enum_comma_at_comment#1286
    nulls committed May 27, 2022
    Configuration menu
    Copy the full SHA
    3945ed5 View commit details
    Browse the repository at this point in the history
  10. Supported KDoc

    ### What's done:
    * restored logic for newline with whitespace
    nulls committed May 27, 2022
    Configuration menu
    Copy the full SHA
    e95c90d View commit details
    Browse the repository at this point in the history