Dogma v0.1.16 Dogma.Rule.HardTabs
Requires that all indentation is done using spaces rather than hard tabs.
So the following would be invalid:
def something do
\t:body # this line starts with a tab, not spaces
end
Summary
Functions
Callback implementation for c:Dogma.Rule.test/2