File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : β¨ Formatting
3+ about : Issues for ugly or incorrect code
4+ ---
5+
6+ <!--
7+
8+ BEFORE SUBMITTING AN ISSUE:
9+
10+ 1. Search for your issue on GitHub: https://github.com/prettier/plugin-php/issues
11+ A large number of opened issues are duplicates of existing issues.
12+ If someone has already opened an issue for what you are experiencing,
13+ you do not need to open a new issue β please add a π reaction to the
14+ existing issue instead.
15+
16+ 2. We get a lot of requests for adding options, but Prettier is
17+ built on the principle of being opinionated about code formatting.
18+ This means we have a very high bar for adding new options.
19+ Find out more: https://prettier.io/docs/en/option-philosophy.html
20+
21+ -->
22+
23+ ** Prettier 1.14.2**
24+
25+ ** PHP Plugin 0.6.0**
26+
27+ ``` sh
28+ # Options (if any):
29+ --single-quote
30+ ```
31+
32+ ** Input:**
33+
34+ ``` php
35+ // code snippet
36+ ```
37+
38+ ** Output:**
39+
40+ ``` php
41+ // code snippet
42+ ```
43+
44+ ** Expected behavior:**
You canβt perform that action at this time.
0 commit comments