Skip to content
Snippets Groups Projects
  • Niccolò Betto's avatar
    63376c11
    [Format] Update clang-format rules for version 18 · 63376c11
    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
    63376c11
    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