mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
- added custom ini files for configurations - created user config file for easier access - added formatting to codebase
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
|