From 6fbf30b9af97f36929286afb6bbb7d7c0ac81b53 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Tue, 28 Feb 2017 20:37:33 -0500 Subject: [PATCH] Fix some formatting --- vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vimrc b/vimrc index 39bd39a..6a3f970 100644 --- a/vimrc +++ b/vimrc @@ -541,10 +541,10 @@ let g:gist_post_private = 1 " VIM-CLOJURE-STATIC """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Default - let g:clojure_fuzzy_indent = 1 - let g:clojure_align_multiline_strings = 1 - let g:clojure_fuzzy_indent_patterns = ['^match', '^with', '^def', '^let'] - let g:clojure_fuzzy_indent_blacklist = ['-fn$', '\v^with-%(meta|out-str|loading-context)$'] +let g:clojure_fuzzy_indent = 1 +let g:clojure_align_multiline_strings = 1 +let g:clojure_fuzzy_indent_patterns = ['^match', '^with', '^def', '^let'] +let g:clojure_fuzzy_indent_blacklist = ['-fn$', '\v^with-%(meta|out-str|loading-context)$'] """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " FILESEARCH