ohwgiles / laminar

Fast and lightweight Continuous Integration
https://laminar.ohwg.net
GNU General Public License v3.0
298 stars 54 forks source link

Fix mix of tabs/spaces #210

Closed benoitjpnet closed 4 months ago

benoitjpnet commented 4 months ago

The bash code block to install packages were mixing spaces and tabs in the breaking lines.

Removed tabs and spaces, to only use 2 spaces.

Also wrap at 80 characters.