2015-03-02 07:11:16 +03:00
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[{src,scripts}/**.{ts,json,js}]
|
2015-03-02 07:54:38 +03:00
|
|
|
end_of_line = crlf
|
2015-03-02 07:11:16 +03:00
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|