forked from KolibriOS/kolibrios
ec9a93aa6a
- now using vsscanf from BaseLibc; - delete extra pragma - disable sort includes(clang-format) git-svn-id: svn://kolibrios.org@9868 a494cfbc-eb01-0410-851d-a64ba20cac60
8 lines
169 B
YAML
Executable File
8 lines
169 B
YAML
Executable File
# Format Style Options - Created with Clang Power Tools
|
|
---
|
|
BasedOnStyle: WebKit
|
|
AlignTrailingComments: true
|
|
AlignConsecutiveMacros: true
|
|
SortIncludes: false
|
|
...
|