(indent-region (point-min) (point-max))
is improperly indenting my code, verified by manually applying M-: (indent-region (point-min) (point-max))
.I've a before-save hook for autoindenting files. Emacs is inserting TONS of extra indentation, how can I fix this? This problem is particularly offensive for filetypes with significant whitespace (Python, Mardown, Stylus).
https://github.com/mcandre/dotfiles/blob/master/emacs
--
Cheers,Andrew Pennebaker