Skip to content

Instantly share code, notes, and snippets.

@amadeus
Created February 27, 2015 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amadeus/01262908cb089da3514e to your computer and use it in GitHub Desktop.
Save amadeus/01262908cb089da3514e to your computer and use it in GitHub Desktop.
" FIXME: Set these 2 lines to your preferred liking
let g:detectindent_preferred_expandtab = 0
let g:detectindent_preferred_indent = 4
let g:detectindent_max_lines_to_analyse = 1024
augroup detectindent
autocmd!
autocmd BufReadPost * :DetectIndent
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment