mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 23:50:35 +08:00
Expand auto-format coverage and tiny style changes
This commit is contained in:
committed by
Mathieu Bresciani
parent
fbdd75da2e
commit
f20726d47f
@@ -3,6 +3,12 @@ do_format=$1
|
||||
files_to_format="""
|
||||
EKF/AlphaFilter.hpp
|
||||
EKF/RingBuffer.h
|
||||
EKF/vel_pos_fusion.cpp
|
||||
EKF/imu_down_sampler.*pp
|
||||
mathlib/*.cpp
|
||||
mathlib/*.h
|
||||
validation/*.cpp
|
||||
validation/*.h
|
||||
"""
|
||||
RED='\033[0;31m'
|
||||
GREEN='\033[0;32m'
|
||||
|
||||
Reference in New Issue
Block a user