gemma.cpp/util/make_clang_format_config.sh

5 lines
141 B
Bash
Executable File

#!/bin/bash
# Reproduces .clang-format file.
clang-format -style="{BasedOnStyle: Google, SortIncludes: false}" -dump-config > .clang-format