mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 08:01:51 +08:00
10 lines
166 B
YAML
10 lines
166 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
ColumnLimit: 100
|
|
IndentWidth: 4
|
|
ReflowComments: false
|
|
#IndentPPDirectives: PPDIS_AfterHash #since clang 6.0
|
|
...
|
|
|