Skip to content

aportgen: Convert space indent to tabs

Administrator requested to merge fix-aportgen-indent into master

APKBUILD should be indented with tabs not spaces.

This also resolves a bug which the replace_functions feature was always trimming off the beginning of a line.
For example:

replace_functions = {"build": "return 0"}  

would be formatted as rn 0.

Edited by Administrator

Merge request reports

Loading