Robin Mueller
fd7581f8ba
1. Added .clang-format file which contains information for the clang-format tool on how to format source files 2. Added shell helper script to apply all changes on HAL soures, test sources and primary sources The shell script was not applied yet. This should be done shortly before introducing the release. Also, it might be good idea to provide instructions on how to set up the formatter for Eclipse
8 lines
79 B
YAML
8 lines
79 B
YAML
---
|
|
BasedOnStyle: Google
|
|
IndentWidth: 2
|
|
---
|
|
Language: Cpp
|
|
ColumnWidth: 100
|
|
---
|