Software /
code /
prosody
Comparison
.editorconfig @ 13192:4a107a63b0a3
editorconfig: Explicitly specify preferred charset (UTF-8)
Really should be the default everywhere by now, but doesn't hurt to be
extra explicit
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 15 Jul 2023 10:22:49 +0200 |
parent | 13191:1266efb7101c |
child | 13193:e2e4779c6790 |
comparison
equal
deleted
inserted
replaced
13191:1266efb7101c | 13192:4a107a63b0a3 |
---|---|
1 # https://editorconfig.org/ | 1 # https://editorconfig.org/ |
2 | 2 |
3 root = true | 3 root = true |
4 | 4 |
5 [*] | 5 [*] |
6 charset = utf-8 | |
6 end_of_line = lf | 7 end_of_line = lf |
7 indent_style = tab | 8 indent_style = tab |
8 insert_final_newline = true | 9 insert_final_newline = true |
9 trim_trailing_whitespace = true | 10 trim_trailing_whitespace = true |
10 | 11 |