colcon / colcon.readthedocs.org

https://colcon.readthedocs.org
Creative Commons Attribution 4.0 International
10 stars 27 forks source link

4 spaces instead of tabs #90

Closed sloretz closed 2 years ago

sloretz commented 2 years ago

Follow up from #88, this converts tabs to 4 spaces to make a job that runs against the main branch happy: https://github.com/colcon/colcon.readthedocs.org/pull/88#issuecomment-1142892966

sed  -i "s/\t/    /g" what-is-a-workspace.rst isolated-vs-merged-workspaces.rst overriding-packages.rst log-files.rst using-multiple-workspaces.rst