servo/.clang-format
vanyabeat 8157b41ea9 FIX&ENH: rotary driver works!
ADD: three pins for current strength values

FIX: ADC1->ADC2

ENH: prepare for UART

FIX&ADD: add USART print, add extra_script to print floats to COM port #2

ADD: some func #2

Rebuild project structure

ADD: .clang-format file

ENG: use flag

ADD: USART1

FIX: .ioc

FIX: .ioc

ADD: debug script to angle value

ADD: gitlab-ci

ADD: gitlab CI

ADD: gitlab-ci

FIX: gitlab-ci

ADD&FIX: all sensors work! (or not?)
2024-01-23 23:19:05 +03:00

20 lines
No EOL
398 B
YAML

---
BasedOnStyle: LLVM
IndentWidth: 2
# If function declarations have brace on the new line like this:
# void function()
# {
# ...
# }
BreakBeforeBraces: Allman
# If function declarations have brace on the same line like this:
# void function() {
# ...
# }
# BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: false
BinPackParameters: true
ColumnLimit: 0 # Disable line column limit