mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
35b550f03d
Python 3 is stricter with regard to using tabs instead of space (PEP8): Spaces are the preferred indentation method. Tabs should be used solely to remain consistent with code that is already indented with tabs. Python 3 disallows mixing the use of tabs and spaces for indentation. Python 2 code indented with a mixture of tabs and spaces should be converted to using spaces exclusively. |
||
---|---|---|
.. | ||
aircraft.py | ||
crrcsim.py | ||
fdpexpect.py | ||
fg_display.py | ||
gimbal.py | ||
helicopter.py | ||
iris_ros.py | ||
multicopter.py | ||
rotmat.py | ||
rover.py | ||
sim_tracker.py | ||
sim_wrapper.py | ||
testwind.py | ||
tracker.py | ||
util.py |