The following code: ``` Elixir defmodule Example do def foo0 do "0" end def foo1 do "1" end def foo2 do "2" end end ``` Is indented like this:  I know that `do` on its own line is not very common, but indentation should not grow with each definition