docs: Remove references to language_overrides (#12169)

This PR replaces references to `language_overrides` in the docs with
just `languages`.

`language_overrides` is an alias for `languages`, and we want to move
towards just using `languages`.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-05-22 18:37:24 -04:00 committed by GitHub
parent 770a702981
commit 2564d5d648
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 10 deletions

View file

@ -54,7 +54,7 @@ A common tool for formatting python code is [Black](https://black.readthedocs.io
```json
{
"language_overrides": {
"languages": {
"Python": {
"format_on_save": {
"external": {