We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a880a4 commit 10a502eCopy full SHA for 10a502e
formats/dan.json
formats/example.json
@@ -12,7 +12,9 @@
12
"array": "std::vector<{}>",
13
"structStart": "struct {} {{",
14
"structEnd": "};",
15
- "usingArray": "#include <vector>",
16
- "usingString": "#include <string>",
+ "usings": {
+ "std::string": "#include <string>",
17
+ "std::vector": "#include <vector>"
18
+ },
19
"extension": "h"
20
}
formats/template.json
@@ -12,7 +12,8 @@
"array": "",
"structStart": "",
"structEnd": "",
- "usingArray": "",
- "usingString": "",
+
"extension": ""
0 commit comments