diff options
author | Kim Alvefur <zash@zash.se> | 2023-07-15 10:22:49 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2023-07-15 10:22:49 +0200 |
commit | b2c40bfe79fb737375bc5f2f4200865b3f575ca8 (patch) | |
tree | 0084a2f0c6668bd4be5b4dae5194fd39756eead6 /.editorconfig | |
parent | 4f8bb6ea67534bd8c3cf6e71e04789e6cad3ded2 (diff) | |
download | prosody-b2c40bfe79fb737375bc5f2f4200865b3f575ca8.tar.gz prosody-b2c40bfe79fb737375bc5f2f4200865b3f575ca8.zip |
editorconfig: Explicitly specify preferred charset (UTF-8)
Really should be the default everywhere by now, but doesn't hurt to be
extra explicit
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index bc6056d3..4a1b79bf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,7 @@ root = true [*] +charset = utf-8 end_of_line = lf indent_style = tab insert_final_newline = true |