0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 16:11:02 +08:00
easy_profiler/.clang-format
2017-11-07 22:36:39 +03:00

10 lines
166 B
YAML

---
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 100
IndentWidth: 4
ReflowComments: false
#IndentPPDirectives: PPDIS_AfterHash #since clang 6.0
...