mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-16 07:23:48 -05:00
Update
This commit is contained in:
@@ -12,6 +12,16 @@ endif
|
||||
|
||||
let b:did_indent = 1
|
||||
|
||||
if !exists('g:crystal_indent_assignment_style')
|
||||
" Possible values: 'variable', 'hanging'
|
||||
let g:crystal_indent_assignment_style = 'hanging'
|
||||
endif
|
||||
|
||||
if !exists('g:crystal_indent_block_style')
|
||||
" Possible values: 'expression', 'do'
|
||||
let g:crystal_indent_block_style = 'expression'
|
||||
endif
|
||||
|
||||
setlocal nosmartindent
|
||||
|
||||
" Now, set up our indentation expression and keys that trigger it.
|
||||
|
||||
Reference in New Issue
Block a user