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

feat(binding/C): add clang-format for c binding #2003

Merged
merged 5 commits into from
Apr 15, 2023

Commits on Apr 15, 2023

  1. feat(binding/c): add clang-format of google style

    Signed-off-by: Ji-Xinyou <[email protected]>
    xyjixyjixyji committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    973caef View commit details
    Browse the repository at this point in the history
  2. feat(bindings/c): format all C source code and headers

    * Format all C source code and headers using clang-format
    
    Signed-off-by: Ji-Xinyou <[email protected]>
    xyjixyjixyji committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    39990eb View commit details
    Browse the repository at this point in the history
  3. feat(binding/c): add make format using clang-format

    * Remove the space of assigning envvar in Makefile
    * Add `make format` command to format all "*.c" and ".h"
      file under the c binding directory
    
    Signed-off-by: Ji-Xinyou <[email protected]>
    xyjixyjixyji committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    1b5050b View commit details
    Browse the repository at this point in the history
  4. docs(binding/C): add make format in readme

    Signed-off-by: Ji-Xinyou <[email protected]>
    xyjixyjixyji committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    25421fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7654b01 View commit details
    Browse the repository at this point in the history