Emacs autoindent缩进方式太深

时间:2013-03-05 17:10:01

标签: emacs auto-indent

我有一个自动导入文件的保存前挂钩。 Emacs正在插入额外缩进的TONS,我该如何解决这个问题呢?对于具有重要空白(Python,Mardown,Stylus)的文件类型,此问题尤其令人反感。

https://github.com/mcandre/dotfiles/blob/master/emacs

更新:具体而言,(indent-region (point-min) (point-max))不正确地缩进我的代码,通过手动应用M-: (indent-region (point-min) (point-max))进行验证。

0 个答案:

没有答案