apply editorconfig to ts files
All checks were successful
Compile the repository / compile (pull_request) Successful in 1m7s
All checks were successful
Compile the repository / compile (pull_request) Successful in 1m7s
This commit is contained in:
parent
2d32f9b680
commit
e7b21fa658
@ -2,3 +2,6 @@ root = true
|
|||||||
[*]
|
[*]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
[*.ts]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
Loading…
Reference in New Issue
Block a user