Before the age of great tooling people were creative when formatting their 
code and found ways to use formatting to help readers visualize what the 
code does. A formatter can't be that creative like a human (yet) but it 
would be beneficial if there's a way to disable the formatter for some 
parts of the code, for example like this:

shape = [
    # formatter: off
    {2, 1},
    {2, 2},
    {2, 3}, {3, 3}
    # formatter: on
]

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elixir-lang-core+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/41a97e22-99be-4384-9df7-a631eb50fa5en%40googlegroups.com.

Reply via email to