Don't use a mix of tabs and spaces (#17045)
This PR fixes some spots in the docs and the `install.sh` script that were using a mix of tabs and spaces. We should just be using spaces. Release Notes: - N/A
This commit is contained in:
parent
f3d94b1032
commit
a79d4432a7
2 changed files with 12 additions and 12 deletions
|
@ -29,13 +29,13 @@ Then add the following to your Zed `settings.json`:
|
|||
|
||||
```json
|
||||
"languages": {
|
||||
"Luau": {
|
||||
"formatter": {
|
||||
"external": {
|
||||
"command": "stylua",
|
||||
"arguments": ["-"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"Luau": {
|
||||
"formatter": {
|
||||
"external": {
|
||||
"command": "stylua",
|
||||
"arguments": ["-"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue