We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8f7de commit 6049030Copy full SHA for 6049030
README.md
@@ -1,8 +1,6 @@
1
# [phpfmt](https://github.com/phpfmt/fmt) support for Sublime Text 2/3
2
3
-***[This project follows a Code of Conduct.](https://github.com/phpfmt/code-of-conduct)***
4
-
5
-### Installation
+## Installation
6
7
#### Requirements
8
- **You must have a running copy of PHP on the machine you are running Sublime Text**
@@ -153,9 +151,9 @@ echo "Flipflop";
153
151
<td>
154
152
<pre><code><?php
155
for ($i = 0; $i < 10; $i++) {
156
- if ($i%2 == 0) {
157
- echo "Flipflop";
158
- }
+ if ($i%2 == 0) {
+ echo "Flipflop";
+ }
159
}
160
</code></pre>
161
</td>
0 commit comments