Skip to content

Commit

Permalink
Maybe no indentation?
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethloeffler committed Sep 23, 2023
1 parent ba79bc7 commit ef867af
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
| true (default) | Rojo emits LocalScripts and Scripts with legacy `RunContext` (same behavior as previously). |


It can be used like this:
```json
{
"emitLegacyScripts": false,
"name": "MyCoolRunContextProject",
"tree": {
"$path": "src"
}
It can be used like this:
```json
{
"emitLegacyScripts": false,
"name": "MyCoolRunContextProject",
"tree": {
"$path": "src"
}
```
}
```

* Added `Terrain` classname inference, similar to services ([#771])

Expand Down

0 comments on commit ef867af

Please sign in to comment.