Skip to content

Commit

Permalink
Fix typo (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schulze authored Oct 1, 2024
1 parent e4b8114 commit 0be93fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ end
### `force_long_function_def`
> default: `false`
If `true` tweaks the behavior of `short_to_long_function_def` to force the transformation no matter
If `true` tweaks the behavior of `short_to_long_function_def` to force the transformation no matter
how short the function definition is.

### `long_to_short_function_def`
Expand Down Expand Up @@ -620,11 +620,11 @@ a = f(aaa, bbb, ccc)
# ok
```

If you wish to not format an entire file just add `#!: format: off` to the top of the file.
If you wish to not format an entire file just add `#! format: off` to the top of the file.

### Stopping a block of code from indenting

Sometimes you may wish for a block of code to not be indented. You can achieve this with `#!: format: noindent`.
Sometimes you may wish for a block of code to not be indented. You can achieve this with `#! format: noindent`.

```julia
begin
Expand Down Expand Up @@ -663,7 +663,7 @@ end

Notice the contents of `@muladd begin` is not indented.

`#!: format: noindent` can also be nested.
`#! format: noindent` can also be nested.

## Editor Plugins

Expand Down

0 comments on commit 0be93fd

Please sign in to comment.