trachten / cpisync

A library for synchronizing remote data with minimum communication.
GNU General Public License v3.0
26 stars 11 forks source link

Integrating clang-format #82

Closed novakboskov closed 3 years ago

novakboskov commented 3 years ago

Clang-format is a cross-editor auto-indentation plug-in

The idea is to declare the indentation rules in .clang-format file and then to use standard editor mechanisms to indent the code using the exact same indentation rules in all the editors.

Clang-format is already supported in some editors: