Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Jan 26, 2022
1 parent 3501c03 commit aaaba2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ A summary of all the options

| Setting | Possible values | Default | Description |
| ----------------------------- | ---------------------------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `provide.hover` | `fortls`, `Built-in`, `Both`, `Disabled` | `fortls` | Enables hover support, by default it uses fortls |
| `provide.autocomplete` | `fortls`, `Built-in`, `Disabled` | `fortls` | Enables code autocompletion, by default it uses fortls |
| `provide.symbols` | `fortls`, `Both` | `fortls` | Outline of modules, functions, subroutines, etc. in the document, by default it uses fortls, `Both` will use `fortls` and the `Built-in` functionality (not recommended) |
| `provide.hover` | `fortls`, `Built-in`, `Both`, `Disabled` | `fortls` | Enables hover support, by default it uses fortls |
| `provide.autocomplete` | `fortls`, `Built-in`, `Disabled` | `fortls` | Enables code autocompletion, by default it uses fortls |
| `provide.symbols` | `fortls`, `Both` | `fortls` | Outline of modules, functions, subroutines, etc. in the document, by default it uses fortls, `Both` will use `fortls` and the `Built-in` functionality (not recommended) |
| `linter.compiler` | `gfortran`, `flang`, `ifort`, `Disabled` | `gfortran` | Compiler used for linting support |
| `linter.includePaths` | String Array | `[]` | Specifies folder paths to be used as include paths during linting. Can handle globs |
| `linter.compilerPath` | String | `''` | Specifies the path to the linter executable |
Expand All @@ -196,7 +196,7 @@ A summary of all the options
| `fortls.notifyInit` | Boolean | `false` | Notify when workspace initialization is complete (requires v1.7.0+) |
| `fortls.maxLineLength` | Number | -1 | Maximum line length (fortls requires v1.8.0+). For `gfortran` and `flang` this also sets the linting compiler flag `-ffree-line-length-<n>` and `-ffixed-line-length-<n>`. Default value is `none` |
| `fortls.maxCommentLineLength` | Number | -1 | Maximum comment line length (fortls requires v1.8.0+). |
| `fortls.extraArgs` | String Array | `[]` | Additional arguments for the fortls |
| `fortls.extraArgs` | String Array | `[]` | Additional arguments for the fortls |
| `preferredCase` | `lowercase`, `uppercase` | `lowercase` | Specify the word case to use when suggesting autocomplete options |

## Requirements
Expand Down

0 comments on commit aaaba2c

Please # to comment.