ain icon indicating copy to clipboard operation
ain copied to clipboard

format: clang-format masternodes

Open prasannavl opened this issue 2 years ago • 0 comments

/kind chore

Format with clang-format with a combination of Chromium and Microsoft styles.

  • Base style: Chromium.
  • PointerAlignment and indent widths from Microsoft.
    • Right pointeraligned provides unmistakable clarity on vars.
    • Indent width of 4 provides better readability.
  • Disable BinPacking on args to ensure attributes and the likes formatted more read-friendly.

Others:

  • Makes lint-logs a bit more friendly to auto format.

prasannavl avatar Jul 10 '22 21:07 prasannavl