[已解决] org-babel src blocks 设置缩进

(add-hook 'c-mode-common-hook (lambda ()
                           (c-set-style "bsd")
                           (setq tab-width 4)
                           (setq c-basic-offset 4)))