Skip to content

Commit

Permalink
get this live
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Nov 7, 2023
1 parent 81e5954 commit fde122f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/Website/docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The long term plan is to improve Csharpier's ability to determine the symbol set

### EditorConfig

CSharpier supports configuration via an `.editorconfig` file. A `.csahrpierrc*` file in the same directory will take priority.
CSharpier supports configuration via an `.editorconfig` file. A `.csharpierrc*` file in the same directory will take priority.

```ini
[*]
Expand All @@ -95,4 +95,4 @@ indent_style = space
indent_size = 4
max_line_length = 100
```
```

0 comments on commit fde122f

Please sign in to comment.