Files
lk/scripts/codestyle
Travis Geiselbrecht 0a8a4354a9 [clang-format] first stab at a .clang-format file that matches the existing style
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
2025-08-31 13:13:21 -07:00

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 $@