[ts] Formatter pass

This commit is contained in:
Mario Zechner 2021-08-27 17:24:18 +02:00
parent ef6f2efb1a
commit 39df4c7cbb
66 changed files with 711 additions and 711 deletions

View File

@ -4,7 +4,7 @@ This folder contains formatter configuration files to be used with IDEs as well
You will need the following on your `PATH`: You will need the following on your `PATH`:
- JDK 10+ - JDK 10+
- clang-format 12 (i.e. `brew install clang-format`) - clang-format 12 (i.e. `brew install clang-format`). Also set the environment variable `CLANGFORMAT` to the path of the `clang-format` executable.
- dotnet format (i.e. `dotnet tool install -g dotnet-format`, comes with dotnet 6 out of the box) - dotnet format (i.e. `dotnet tool install -g dotnet-format`, comes with dotnet 6 out of the box)
- tsfmt, (i.e. `npm install -g typescript-formatter`) - tsfmt, (i.e. `npm install -g typescript-formatter`)