From cc7afbbb54d2b66cc3a89f2748c85fc632634d1f Mon Sep 17 00:00:00 2001 From: Alex Evans <715855+mmalex@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:01:15 +0000 Subject: work on build tooling to choose a golden bootloader (dubbed, v1.04) and then make a BOOTLOAD.UF2 that actually encompasses latest firmware and the golden bootloader --- sw/.clang-format | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sw/.clang-format (limited to 'sw/.clang-format') diff --git a/sw/.clang-format b/sw/.clang-format new file mode 100644 index 0000000..025a880 --- /dev/null +++ b/sw/.clang-format @@ -0,0 +1,5 @@ +BasedOnStyle: LLVM +ColumnLimit: 132 +BreakBeforeBraces: Attach +SortIncludes: Never + -- cgit v1.2.3