diff options
author | w0rp <devw0rp@gmail.com> | 2017-08-29 16:56:56 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-08-29 16:57:08 +0100 |
commit | ec178b0b3b97b88526ed4581468390e485db687c (patch) | |
tree | a592f028058afeb8d00840d3cb09d3120ea6e180 /autoload | |
parent | b36882e72e14673a62bcc129f00e58caa5f0c9d3 (diff) | |
download | ale-ec178b0b3b97b88526ed4581468390e485db687c.zip |
Add a missing scriptencoding line
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/ale/fixers/clangformat.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/ale/fixers/clangformat.vim b/autoload/ale/fixers/clangformat.vim index b2ed7daa..b50b7047 100644 --- a/autoload/ale/fixers/clangformat.vim +++ b/autoload/ale/fixers/clangformat.vim @@ -1,3 +1,4 @@ +scriptencoding utf-8 " Author: Peter Renström <renstrom.peter@gmail.com> " Description: Fixing C/C++ files with clang-format. |