Skip to content

Commit

Permalink
.editorconfig: add utf-8 encoding (#11190)
Browse files Browse the repository at this point in the history
This commit configures compliant text editors to save our code as UTF-8.
  • Loading branch information
serjan-nasredin authored Sep 23, 2021
1 parent 3b7049c commit e21eba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
root = true

[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

Expand Down

0 comments on commit e21eba8

Please sign in to comment.