diff options
author | EuAndreh <eu@euandre.org> | 2018-12-29 18:05:14 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-29 18:05:14 -0200 |
commit | 73e02164cc78eca1b6e52aa4802972d681bab439 (patch) | |
tree | 8b10f8d205619d06ed557ae76ffc78e2821bf841 /spacemacs.el | |
parent | Add =slugify= command. (diff) | |
download | dotfiles-73e02164cc78eca1b6e52aa4802972d681bab439.tar.gz dotfiles-73e02164cc78eca1b6e52aa4802972d681bab439.tar.xz |
Set Perl indentation to 2 spaces.
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spacemacs.el b/spacemacs.el index c28ddf0..d8493b2 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -689,6 +689,7 @@ This is the place where most of your configurations should be done. Unless it is sh-basic-offset 2 sh-indentation 2 smie-indent-basic 2 + perl-indent-level 2 ;; Clojure cljr-warn-on-eval nil |