Make clang-format more aggressive
clang-format always manages to mix spaces into tab-based indentation. Since we already require an exact tab-width of 8 it makes more sense to use spaces.
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
.build_template: &build_definition
|
||||
script:
|
||||
- meson build
|
||||
- ninja -C build
|
||||
- ninja -C build test
|
||||
|
||||
build:debian:
|
||||
image: debian:bookworm-slim
|
||||
before_script:
|
||||
|
Reference in New Issue
Block a user