apply editorconfig to ts files
All checks were successful
Compile the repository / compile (pull_request) Successful in 1m7s

This commit is contained in:
mightypanders 2023-06-24 20:58:41 +02:00
parent 2d32f9b680
commit e7b21fa658

View File

@ -2,3 +2,6 @@ root = true
[*]
indent_size = 2
indent_style = space
[*.ts]
indent_size = 2
indent_style = space