mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-09-26 23:29:14 +08:00
12 lines
274 B
YAML
12 lines
274 B
YAML
---
|
|
BasedOnStyle: Chromium
|
|
AllowShortBlocksOnASingleLine: "false"
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLoopsOnASingleLine: "false"
|
|
CompactNamespaces: "false"
|
|
Language: Cpp
|
|
NamespaceIndentation: All
|
|
PointerAlignment: Left
|
|
ReflowComments: "true"
|
|
UseTab: Never
|