Commit Graph

2 Commits

Author SHA1 Message Date
Georgy Rylov c25c5bd050
Applying clang-format with saving indentations (#140)
* applying clang-format with saving indentations

* rebase
2020-04-02 16:00:56 +05:00
Andrey Borodin 373764fa4f Use automatic formatting
I've tried to make formatting as close to current as possible
Usage:
find . -regex '.*.(cpp|hpp|cu|c|h)' -exec clang-format -style=file -i {} ;
2019-09-19 18:00:07 +05:00