Not enabled by default, but if you want to use this one for now while things are stabilized feel free. Going to move off astyle since this seems to be superior now (wasn't always). Also switched scripts/codestyle to use clang-format
5 lines
155 B
Bash
Executable File
5 lines
155 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# formatting script using clang-format.
|
|
# the format is described in .clang-format file at the root of the project.
|
|
clang-format --verbose -i $@ |