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

Clang format proposal v4 #5186

Closed
wants to merge 4 commits into from

Commits on Jul 11, 2020

  1. Add clang-format file

    clang-format allows to auto-format C code. The settings here are set up to follow the code style, see https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Coding_Style.
    
    Some bike shedding should still happen. Includes sample formatted code.
    
    One can set up .clang-format as "differential setting based on an existing project" or specify all settings. Includes both for people to compare.
    
    DO NOT MERGE AS IS.
    roligugus committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    94ea90a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Add dev code-style

    roligugus committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    af5cbd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7df3813 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8429123 View commit details
    Browse the repository at this point in the history