Skip to content

Commit

Permalink
Temporarily comment out the encoding setting in editorconfig
Browse files Browse the repository at this point in the history
due to a vs 2017 bug
  • Loading branch information
mitchcapper committed May 15, 2017
1 parent b8f18e8 commit f4eb88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
#charset = utf-8 #this does break VS it causes BOM to be added to files: https://developercommunity.visualstudio.com/content/problem/21744/vs2017-rc-breaks-the-encoding-of-my-files.html
trim_trailing_whitespace = true
insert_final_newline = true

Expand Down

0 comments on commit f4eb88f

Please sign in to comment.