An Atom plugin that serves a single purpose: indent your currently selected code based on the Fibonacci sequence.
After applying to the pre-indented code (with either tabs or spaces), 2 of each space characters (or 1 tab if you're that kind of guy) at the beginning of the line will be converted to the corresponding Fibonacci sequence number. Feel free to use your code beautifier of choice before fibonazing your tabs.
Please don't use this on any actual code you're intended to share with other human beings in serious projects. This can also break indent-based languages like Python or Ruby so please be careful.
Somehow inspired by this vim plugin that does a way better job of handling this.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.