mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-22 02:47:42 +00:00
722d52420c
* Add .clang-format * Add clang-format github action * Set more explicit name to GitHub workflow Co-Authored-By: Willem <github@canihavesome.coffee> Co-authored-by: Willem <github@canihavesome.coffee>
8 lines
126 B
YAML
8 lines
126 B
YAML
BreakBeforeBraces: Allman
|
|
ColumnLimit: 0
|
|
IndentCaseLabels: true
|
|
IndentWidth: 8
|
|
TabWidth: 8
|
|
UseTab: Always
|
|
SortIncludes: false
|