fibonacci-indent

Automatically indent your code based on the Fibonacci sequence. Impress your colleagues with this one simple package!

mkrl

351

0

0.1.0

WTFPL

GitHub

Fibonacci-indent

An Atom plugin that serves a single purpose: indent your currently selected code based on the Fibonacci sequence.

Demo GIF


How it works

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.

Why?


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.