mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-03-27 01:12:18 +08:00
15 lines
263 B
INI
15 lines
263 B
INI
root = true
|
|
|
|
[*]
|
|
insert_final_newline = true
|
|
|
|
[{*.{c,cpp,cc,h,hpp},CMakeLists.txt,Kconfig}]
|
|
indent_style = tab
|
|
tab_width = 8
|
|
# Not in the official standard, but supported by many editors
|
|
max_line_length = 120
|
|
|
|
[*.yaml, *.yml]
|
|
indent_style = space
|
|
indent_size = 2
|