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
4 changed files with 10 additions and 10 deletions
+1 -1
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": {