Skip to content

Commit

Permalink
fix(readme): fix new lines in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
LumaKernel authored Mar 6, 2021
1 parent e47c417 commit b3dc54e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Checking following in order.
## When does this try to detect?

This tries to detect when following events occured.

- `FileType javascript,javascriptreact,typescript,typescript.tsx,typescriptreact`
- `BufEnter,BufNewFile,BufWritePost *`

Expand All @@ -42,6 +43,7 @@ Please configure following if necessary by `:CocConfig`.
Set this `"manual"` to disable auto initialization. Variable `b:tsdetect_is_node` remains avaiable.

Values: `"auto" | "manual"`

Default:

```json
Expand All @@ -55,6 +57,7 @@ Default:
By default, in Node.js environment, tsdetect does not create a workspace configuration (`.vim/coc-settings.json`). Set this `false` to create configuration file whether the configuration exists.

Values: `boolean`

Default:

```json
Expand All @@ -69,6 +72,7 @@ By default, tsdetect does not touch a workspace configuration (`.vim/coc-setting


Values: `boolean`

Default:

```json
Expand All @@ -82,6 +86,7 @@ Default:
Workspace configuration to be set in Node.js environtment. If you want to extend original configuration, you need to include default ones. Not recommended to touch `deno.enable` and `tsserver.enable`.

Values: `object`

Default:

```json
Expand All @@ -102,6 +107,7 @@ Default:
Workspace configuration to be set in Deno environtment. If you want to extend original configuration, you need to include default ones. Not recommended not to touch `deno.enable` and `tsserver.enable`.

Values: `object`

Default:

```json
Expand Down

0 comments on commit b3dc54e

Please sign in to comment.