Use CRLF, not LF.

This commit is contained in:
Cyrus Najmabadi 2015-03-02 14:38:24 -08:00
parent 0de61cbecc
commit 3b1a390d7c
1 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
root = true
[{src,scripts}/**.{ts,json,js}]
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
root = true
[{src,scripts}/**.{ts,json,js}]
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4