Skip to content

Commit 0b312b7

Browse files
author
Sanel Sabani
authored
Update copilot-instructions.mdk
javascript
1 parent bce8fd8 commit 0b312b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/copilot-instructions.md

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ x => x + x
4646
* Open curly braces always go on the same line as whatever necessitates them
4747
* Parenthesized constructs should have no surrounding whitespace. A single space follows commas, colons, and semicolons in those constructs. For example:
4848

49-
```javascript
5049
for (let i = 0, n = str.length; i < 10; i++) {
5150
if (x < 10) {
5251
foo();

0 commit comments

Comments
 (0)