1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-13 11:36:15 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
Ragnar Groot Koerkamp f81dc1ecc0 Update clang format to better match existing code 2021-06-22 20:21:45 +02:00
Drew DeVault 84358788aa Update .clang-format - not entirely usable yet
I've run into a situation where clang-format does not support the
necessary style rules. It will have to be patched before clang-format is
fully adopted into Sway. Use this file with caution.
2017-01-10 23:30:34 -05:00
David Eklov 6fb985b767 clang-format configuration for Sway's style as detailed in CONTRIBUTING.md
CONTRIBUTING.md says use kernel style, "but all braces go on the same line". The
kernel uses a column limit of 80 characters. The de facto syle in Sway is to
allow for wider lines so this format file does not enforce an 80 column limit.
2016-07-11 22:33:58 -05:00