Set utf-8 charset

This commit is contained in:
isaak654 2021-07-23 11:21:31 +02:00
parent 97e1ff61fe
commit 5b6d543404
1 changed files with 6 additions and 1 deletions

View File

@ -2,4 +2,9 @@
root = true
[*]
end_of_line = crlf
end_of_line = crlf
# Matches multiple files with brace expansion notation
# Set default charset
[*.{cmd,txt,md,ts}]
charset = utf-8