Skip to content

Commit

Permalink
maybe this will help with the requests for options (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
belav authored Jun 10, 2024
1 parent 7ca030e commit 7bc84c8
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/extension--rider--vs--vscode-.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ assignees: ''
BEFORE SUBMITTING AN ISSUE:
Option requests are out of scope for CSharpier, they will be closed without discussion.
See [Editor Troubleshooting](https://csharpier.com/docs/EditorsTroubleshooting) for how to view logs and troubleshoot some issues with csharpier not installing/running.
Note that the extension is versioned separately from CSharpier. It is designed to work with any version of CSharpier.
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ assignees: ''

---

<!--
BEFORE SUBMITTING AN ISSUE:
Option requests are out of scope for CSharpier, they will be closed without discussion.
-->

**Input:**

**Output:**
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ assignees: ''

---

<!--
BEFORE SUBMITTING AN ISSUE:
Option requests are out of scope for CSharpier, they will be closed without discussion.
-->

**Environments:**

- CSharpier Version:
Expand Down
4 changes: 2 additions & 2 deletions Src/Website/docs/About.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ hide_table_of_contents: true
---

CSharpier is an opinionated code formatter for c#. It uses Roslyn to parse your code and re-prints it using its own rules.
The printing process was ported from [prettier](https://github.com/prettier/prettier) but has evolved over time.
The printing process was ported from [prettier](https://github.com/prettier/prettier) but has evolved over time.

CSharpier provides a few basic options that affect formatting and has no plans to add more. It follows the [Option Philosophy](https://prettier.io/docs/en/option-philosophy.html) of prettier.
CSharpier provides a few basic options that affect formatting and follows the [Option Philosophy](https://prettier.io/docs/en/option-philosophy.html) of prettier. Option requests are out of scope for CSharpier, they will be closed without discussion.

### Quick Start
Install CSharpier in a project with the following command.
Expand Down
2 changes: 1 addition & 1 deletion docs/About.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hide_table_of_contents: true
CSharpier is an opinionated code formatter for c#. It uses Roslyn to parse your code and re-prints it using its own rules.
The printing process was ported from [prettier](https://github.com/prettier/prettier) but has evolved over time.

CSharpier provides a few basic options that affect formatting and has no plans to add more. It follows the [Option Philosophy](https://prettier.io/docs/en/option-philosophy.html) of prettier.
CSharpier provides a few basic options that affect formatting and follows the [Option Philosophy](https://prettier.io/docs/en/option-philosophy.html) of prettier. Option requests are out of scope for CSharpier, they will be closed without discussion.

### Quick Start
Install CSharpier in a project with the following command.
Expand Down

0 comments on commit 7bc84c8

Please sign in to comment.