Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianschilf94 committed Feb 25, 2019
1 parent c8c59b8 commit 7e86967
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Right-click on the folder in your sidebar, where you want to create your class a
```json
{
"open_after_creation": true, // opens the class after creation
"header_file_extension": "hpp" // file extension in which the headerfile is created (e.g.: hpp or h)
"header_file_extension": "hpp", // file extension in which the headerfile is created (e.g.: hpp or h)
"use_pragma_once": true // if set to false, alternative header style will be used
}
```

Expand Down

0 comments on commit 7e86967

Please sign in to comment.