canonical / snapd-desktop-integration

User session helpers for snapd
GNU General Public License v3.0
15 stars 10 forks source link

Enforce a code style #48

Closed robert-ancell closed 1 year ago

robert-ancell commented 1 year ago

Enforce a code style by formatting using clang-format. This ensures all contributions are in the same style and reduces time to write code (just run clang-format -i after making changes).

robert-ancell commented 1 year ago

I did this for https://github.com/canonical/ubuntu-advantage-desktop-daemon and I think it's paid off.