Skip to content

Commit 610901a

Browse files
author
sawzcode
committed
update README
1 parent 5854750 commit 610901a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@ Right-click on the folder in your sidebar, where you want to create your class a
2222

2323
```json
2424
{
25-
// opens the class after creation
26-
"open_after_creation": true,
27-
28-
// file extension in which the headerfile is created (e.g.: hpp or h)
29-
"header_file_extension": "hpp",
25+
"open_after_creation": true, // opens the class after creation
26+
"header_file_extension": "hpp" // file extension in which the headerfile is created (e.g.: hpp or h)
3027
}
3128
```
3229

0 commit comments

Comments
 (0)