Skip to content

FIx indenting of comments #103

@Woolfrey

Description

@Woolfrey

The indenting for comments is out of alignment after code is pushed and pulled again. We need to go through and rectify the spacing in all the files.

‼️ @ssutjipto I have recently set gedit to insert 5 spaces instead of an indent when using the tab button, so you should configure your IDE to do the same.

FYI my current style is:

function()
{
     5 space indenting for new scope         // Comments beginning at 100th column on right hand side (yes I know this is not exactly 100 spaces across, it just doesn't fit neatly in the tiny github window)
}

Here's the list:

  • Math
    • /include/Math.h
  • Model
    • /include/Joint.h
    • /include/KinematicTree.h
    • /include/Link.h
    • /include/Pose.h
    • /include/RigidBody.h
    • /test/urdf_test.cpp
  • Trajectory
    • /include/CartesianTrajectory.h
    • /include/MultiTrapezoid.h
    • /include/Polynomial.h
    • /include/Spline.h
    • /include/TrajectoryBase.h
    • /include/TrapezoidalVelocity.h
    • /include/Waypoints/h
    • /test/multi_trapezoid_test.cpp
    • /test/polynomial_test.cpp
    • /test/spline_test.cpp
    • /test/trapezoidal_test.cpp

Metadata

Metadata

Labels

documentationImprovements or additions to documentationhelp wantedExtra attention is neededtaskWork that needs completing

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions