Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Remove UTF-8 BOM from text files (except PowerShell files) #100

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add EditorConfig to specify charset
  • Loading branch information
xtqqczze committed Aug 29, 2020
commit ef145e5a74f730eb086c44006f461232114b22c3
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
root = true

[*]
charset = utf-8
insert_final_newline = true