Skip to content

Commit 44439ea

Browse files
authored
chore: change default encoding of cnfg files to utf8 (#902)
Change default encoding of cnfg files to utf8
1 parent 3e08bca commit 44439ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
],
210210
"configurationDefaults": {
211211
"[septic]": {
212-
"files.encoding": "windows1252",
212+
"files.encoding": "utf8",
213213
"editor.wordWrap": "on",
214214
"editor.insertSpaces": true
215215
},

0 commit comments

Comments
 (0)