Skip to content
Snippets Groups Projects
  • Niccolò Betto's avatar
    bbc88e26
    [Format] Update clang-format rules for version 18 · bbc88e26
    Niccolò Betto authored
    Some deprecated options have been updated to the corresponding new ones.
    Some missing rules were added to fix inconsistencies in the code formatting:
    * Add new line ad EOF and trim additional ones
    * Trim empty lines at beginning of blocks
    * Allow brace-less single line if/else/for/while statements
    * Align pointer/reference to the type
    bbc88e26
    History
    [Format] Update clang-format rules for version 18
    Niccolò Betto authored
    Some deprecated options have been updated to the corresponding new ones.
    Some missing rules were added to fix inconsistencies in the code formatting:
    * Add new line ad EOF and trim additional ones
    * Trim empty lines at beginning of blocks
    * Allow brace-less single line if/else/for/while statements
    * Align pointer/reference to the type