diff --git a/TabNineProjectConfigurations.md b/TabNineProjectConfigurations.md index c710b5d..c18fe8c 100644 --- a/TabNineProjectConfigurations.md +++ b/TabNineProjectConfigurations.md @@ -21,7 +21,7 @@ The `.tabnine` file is formatted using `JSON` containing the following fields: ### Fields -| field | type | default value (if not set) | description | Notes | +| field | type | default value (if not set) | description | notes | |-----------------------|------------|--------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------| | `teamLearningEnabled` | `boolean` | `true` | relevant for users which are part of a team and want to disable team training on this project. `true` - team learning is enabled for this project `false` team learning is disabled for this project | | | `teamLearningIgnore` | `[string]` | `[]` | an `Array` of `String` file path masks to ignore for team learning | **Note** : Entries are identical in format to those you would have as part of a `.gitignore` file. |