Joe Chen
Joe Chen
@McLive you can use a `post-receive` git hook for now...
@McLive Not everybody needs this as well.
@DavidCraven https://git-scm.com/docs/githooks#pre-receive ```sh #!/bin/sh while read oldrev newrev refname do echo "post-receive" $oldrev $newrev $refname done ```
Blocked by #2109.
@thenamankumar @pjlast - I think this change is CHANGELOG-worthy.
NOTE: This would require users to have at least Go 1.13, in case that matters.
Kind of ... but I think this works best for large piece of avoidance, when write web apps, AngularJS may be heavy mixed with Go template.
Thanks, anyway.
Hi there, how do I disable this feature for scss file? In case I don't want beautify handles compile staff for me. Thanks!
Is there an easy way to know the file's encoding is UTF-8 or UTF-16? Other refs: - https://gist.github.com/bradleypeabody/185b1d7ed6c0c2ab6cec - http://stackoverflow.com/questions/15783830/how-to-read-utf16-text-file-to-string-in-golang