Refactor plugin and README for documentation skills; add doc-docker and doc-funcs skills
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
!/^[[:space:]]*#/ && / #/ {
|
||||
idx = index($0, " #")
|
||||
if (idx > 0 && idx != TARGET) {
|
||||
pad = ""
|
||||
for (i = idx; i < TARGET; i++) pad = pad " "
|
||||
sub(/ #/, pad " #")
|
||||
}
|
||||
}
|
||||
{ print }
|
||||
Reference in New Issue
Block a user