Style: Fix code format scripts compat with non-GNU Unices
It's too hard to get compatibility between GNU and BSD sed, so let's just use perl oneliners. And improve it to also remove trailing tabs, not just spaces.
This commit is contained in:
parent
6f292f906e
commit
c71e189efd
8 changed files with 21 additions and 24 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
|
||||
func get_recognized_extensions():
|
||||
return ["gd"]
|
||||
return ["gd"]
|
||||
[/codeblock]
|
||||
</description>
|
||||
<tutorials>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue