- Move source code from `trunk` into program root directory. - Update build files and include paths. - These changes also update the CI build files in `.gitea/workflows/`. - Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
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
|
|
...
|