The vim syntax file is now default encoding

This commit is contained in:
Thomas Jensen 2021-04-21 21:08:29 +02:00
parent d1a1cf1580
commit 7b7d4b4adf
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB
2 changed files with 0 additions and 4 deletions

1
.gitattributes vendored
View File

@ -11,6 +11,5 @@ tools/VERIFICATION.txt text eol=crlf
/test/*.txt text eol=lf
# some files which are currently in ISO-8859-15 encoding
/boxes.vim text working-tree-encoding=ISO_8859-15
/src/lexer.l text working-tree-encoding=ISO_8859-15
/test/111_manual_encoding_iso.txt text working-tree-encoding=ISO_8859-15

View File

@ -46,8 +46,5 @@
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"editor.renderWhitespace": "boundary"
},
"[viml]": {
"files.encoding": "iso885915"
}
}