15 lines
211 B
INI
15 lines
211 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = false
|
|
|
|
[{src,tests}/*.ts]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[{src,tests}/**/*.ts]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4 |