diff options
author | AndreaWalchshoferSCCH <122894794+AndreaWalchshoferSCCH@users.noreply.github.com> | 2023-03-30 16:10:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-30 16:10:06 +0200 |
commit | a44c0e51996c44d98e11ebdc8839d5e62589d2a4 (patch) | |
tree | 26e1c894c34ebb0afa452170d5781c1dec6f98b4 /doc/pt-br/config.md | |
parent | 4eb508f5390b3de5aeb59e9e6cb5c0742c9ee97b (diff) | |
download | lua-language-server-a44c0e51996c44d98e11ebdc8839d5e62589d2a4.zip |
Incorporate Review Comments (#4)
* add newlines to end of files
* change the group name to `conventions`
Diffstat (limited to 'doc/pt-br/config.md')
-rw-r--r-- | doc/pt-br/config.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pt-br/config.md b/doc/pt-br/config.md index 762f2259..a0054531 100644 --- a/doc/pt-br/config.md +++ b/doc/pt-br/config.md @@ -471,7 +471,7 @@ object<string, string> /* * global-element */ - "strict-convention": "None", + "conventionss": "None", /* * no-unknown */ @@ -594,7 +594,7 @@ object<string, string> /* * global-element */ - "strict-convention": "Fallback", + "conventionss": "Fallback", /* * no-unknown */ |