Skip to content

Commit d7437f3

Browse files
dhellmannclaude
andcommitted
fix: add charset specification to .editorconfig
Add explicit utf-8 charset to fix super-linter EditorConfig validation error complaining about "Ascii" instead of "" encoding. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 87778b1 commit d7437f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
root = true
22

33
[*]
4+
charset = utf-8
45
insert_final_newline = true
56
trim_trailing_whitespace = true
67

0 commit comments

Comments
 (0)