clemos / haxe-sublime-bundle

Sublime Text bundle for Haxe programming language
Apache License 2.0
235 stars 86 forks source link

Inconsistent indentation in public and private function snippets #159

Closed mlopes closed 10 years ago

mlopes commented 10 years ago

The "pf" snippet that creates a public function, and the "prf" snippet that creates a private function, have an indentation of 1 space for the body function. In other snippets, including the "fun" snippet that generates a function without declared visibility have, correctly, an indentation of 4 spaces.

clemos commented 10 years ago

I'd be happy to merge a PR for that :p

mlopes commented 10 years ago

PR made.

clemos commented 10 years ago

Thanks a lot !

mlopes commented 10 years ago

No problem. :+1: