aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorTSRBerry <20988865+TSRBerry@users.noreply.github.com>2023-12-04 14:17:13 +0100
committerGitHub <noreply@github.com>2023-12-04 14:17:13 +0100
commit2989c163a891c4ac730e799e1457b1bfb2ecc028 (patch)
tree81434d9484d89eb9dc55509e400f7ef36019c8f9 /.editorconfig
parent1be668e68a1937f2af239e2707ab914286018892 (diff)
editorconfig: Set default encoding to UTF-8 (#5793)
* editorconfig: Add default charset * Change file encoding from UTF-8-BOM to UTF-8
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index db08c67e..ae4c9766 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -5,6 +5,9 @@ root = true
#### Core EditorConfig Options ####
+# Set default charset
+charset = utf-8
+
# Indentation and spacing
indent_size = 4
indent_style = space