Skip to content

Commit 7e86967

Browse files
author
fabianschilf94
committed
update settings
1 parent c8c59b8 commit 7e86967

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Right-click on the folder in your sidebar, where you want to create your class a
2929
```json
3030
{
3131
"open_after_creation": true, // opens the class after creation
32-
"header_file_extension": "hpp" // file extension in which the headerfile is created (e.g.: hpp or h)
32+
"header_file_extension": "hpp", // file extension in which the headerfile is created (e.g.: hpp or h)
33+
"use_pragma_once": true // if set to false, alternative header style will be used
3334
}
3435
```
3536

0 commit comments

Comments
 (0)