diff --git a/vimrc.common b/vimrc.common index ad4a087..f748382 100644 --- a/vimrc.common +++ b/vimrc.common @@ -244,6 +244,7 @@ if has('autocmd') autocmd FileType python call strip_trailing_whitespace() autocmd FileType c,cpp,objc,objcpp call strip_trailing_whitespace() autocmd FileType html,css call strip_trailing_whitespace() + autocmd FileType lua call strip_trailing_whitespace() augroup END " Indent wrapped long lines of code to leading indent