mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
editorconfig: Explicitly specify preferred charset (UTF-8)
Really should be the default everywhere by now, but doesn't hurt to be extra explicit
This commit is contained in:
parent
4f8bb6ea67
commit
b2c40bfe79
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
|
charset = utf-8
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue