Based on the comments on this commit I added conditional sed commands since syntax is different among OSs and this wasn't working on Linux, other people might add their own platforms by adding more cases.
sed
Per platform 'sed' command to format files to have 4 spaces (darwin a…
…nd linux supported)
d99a6a9
Add linux compliant sed
Taken from mmcgrana#105 which has not been merged
86c479d
Based on the comments on this commit I added conditional
sedcommands since syntax is different among OSs and this wasn't working on Linux, other people might add their own platforms by adding more cases.