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 CBA_fnc_prettyFormat #1522

Merged
merged 24 commits into from
Jun 24, 2023
Merged

Add CBA_fnc_prettyFormat #1522

merged 24 commits into from
Jun 24, 2023

Commits on Nov 8, 2021

  1. New function prettyPrint

    7erra committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a92637c View commit details
    Browse the repository at this point in the history
  2. Use spaces instead of tabs

    7erra committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    7b9598a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2a61f0 View commit details
    Browse the repository at this point in the history
  4. Removed trailing whitespace

    7erra committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    830b4ac View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Use isEqualTo instead of count

    Co-authored-by: Dystopian <sddex@ya.ru>
    7erra and Dystopian committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b1e6f2b View commit details
    Browse the repository at this point in the history
  2. Added space between command and argument

    Co-authored-by: Dystopian <sddex@ya.ru>
    7erra and Dystopian committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f271038 View commit details
    Browse the repository at this point in the history
  3. Avoid count every loop

    7erra committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    53f427b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cedbf69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1424b73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    125ea3f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64a2ac8 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

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

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    a2bf956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbfd58c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18c48ab View commit details
    Browse the repository at this point in the history
  4. Return [] for empty arrays

    7erra committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    5bad537 View commit details
    Browse the repository at this point in the history
  5. Removed unnecessary brackets

    Co-authored-by: Dystopian <sddex@ya.ru>
    7erra and Dystopian committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    ca2f35d View commit details
    Browse the repository at this point in the history
  6. Removed ";" from returned values

    Co-authored-by: commy2 <commy-2@gmx.de>
    7erra and commy2 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    590ba03 View commit details
    Browse the repository at this point in the history
  7. Fix linter

    Co-authored-by: commy2 <commy-2@gmx.de>
    7erra and commy2 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    d82918f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b58529 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    d24829e View commit details
    Browse the repository at this point in the history
  2. Default indentation 4 spaces

    7erra committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    e0d7540 View commit details
    Browse the repository at this point in the history
  3. Renamed _tabs to _indents

    7erra committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    dbb7898 View commit details
    Browse the repository at this point in the history
  4. Add CBA_fnc_prettyFormat

    commy2 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    f9602dd View commit details
    Browse the repository at this point in the history