summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-08-29 16:56:56 +0100
committerw0rp <devw0rp@gmail.com>2017-08-29 16:56:56 +0100
commit06c3ee61e4be16ba229bb83356c4b323edf4075e (patch)
treed59948d08caab94b42d41fb48b52883aac66757b
parent5a88395bbb450b4617fa0b95ee8917d14387a705 (diff)
downloadale-06c3ee61e4be16ba229bb83356c4b323edf4075e.zip
Add a missing scriptencoding line
-rw-r--r--autoload/ale/fixers/clangformat.vim1
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.