Skip to content

Commit

Permalink
Change EditorConfig setting for win32 files
Browse files Browse the repository at this point in the history
Files under the win32 directory should have CRLF EOL.
  • Loading branch information
k-takata committed Apr 30, 2017
1 parent a5a0b91 commit a47e062
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ insert_final_newline = true
indent_size = 4
indent_style = tab
trim_trailing_whitespace = true

[win32/*]
end_of_line = crlf

0 comments on commit a47e062

Please sign in to comment.