removed elm-indentation.el since it wasn't being used (the reason is I think we're better off focusing on supporting one indentation code base (since one is complicated enough ;) ))
sliced off some bits of elm-indent.el specifically the ones to do with literate programming in an effort to try and simplify the code/make it easier to understand the behemoth
fixed an issue with indentation being applied unnecessarily after import and module statements (likely fixes #19)
added basic support for indenting a region
set the default indent offset to 2
added note about how indentation works to README
updated the preview functions to take a prefix argument that will cause them to load the debug version of their respective files in the browser (my proposed fix to #16 )
Contains the following:
elm-indentation.el
since it wasn't being used (the reason is I think we're better off focusing on supporting one indentation code base (since one is complicated enough ;) ))elm-indent.el
specifically the ones to do with literate programming in an effort to try and simplify the code/make it easier to understand the behemothREADME