Skip to content
  • Joey Hess's avatar
    indent with tabs not spaces · 9fd95d90
    Joey Hess authored
    Found these with:
    git grep "^  " $(find -type  f -name \*.hs) |grep -v ':  where'
    
    Unfortunately there is some inline hamlet that cannot use tabs for
    indentation.
    
    Also, Assistant/WebApp/Bootstrap3.hs is a copy of a module and so I'm
    leaving it as-is.
    9fd95d90