mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-19 00:06:42 +02:00
The vim syntax file is now default encoding
This commit is contained in:
parent
d1a1cf1580
commit
7b7d4b4adf
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -11,6 +11,5 @@ tools/VERIFICATION.txt text eol=crlf
|
|||||||
/test/*.txt text eol=lf
|
/test/*.txt text eol=lf
|
||||||
|
|
||||||
# some files which are currently in ISO-8859-15 encoding
|
# 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
|
/src/lexer.l text working-tree-encoding=ISO_8859-15
|
||||||
/test/111_manual_encoding_iso.txt text working-tree-encoding=ISO_8859-15
|
/test/111_manual_encoding_iso.txt text working-tree-encoding=ISO_8859-15
|
||||||
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -46,8 +46,5 @@
|
|||||||
"editor.insertSpaces": false,
|
"editor.insertSpaces": false,
|
||||||
"editor.detectIndentation": false,
|
"editor.detectIndentation": false,
|
||||||
"editor.renderWhitespace": "boundary"
|
"editor.renderWhitespace": "boundary"
|
||||||
},
|
|
||||||
"[viml]": {
|
|
||||||
"files.encoding": "iso885915"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user