Skip to content

Commit

Permalink
Update Configuration.md (#1211)
Browse files Browse the repository at this point in the history
* Update Configuration.md

* also update website doc
  • Loading branch information
belav authored Mar 18, 2024
1 parent 6ace896 commit 94d238b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Src/Website/docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ CSharpier supports configuration via an `.editorconfig` file. A `.csharpierrc*`
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
dotnet_sort_system_directives_first = true
dotnet_separate_import_directive_groups = false
# Configurable behaviors
# end_of_line = lf - there is no 'auto' with a .editorconfig
Expand Down
2 changes: 2 additions & 0 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ CSharpier supports configuration via an `.editorconfig` file. A `.csharpierrc*`
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
dotnet_sort_system_directives_first = true
dotnet_separate_import_directive_groups = false
# Configurable behaviors
# end_of_line = lf - there is no 'auto' with a .editorconfig
Expand Down

0 comments on commit 94d238b

Please sign in to comment.