We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rawstr4c.md
1 parent 8259a5f commit d15d865Copy full SHA for d15d865
src/recipe/lang/rawstr4c.md
@@ -5,7 +5,7 @@
5
! Config Authors: Aoran Zeng <[email protected]>
6
! Contributors : Nil Null <[email protected]>
7
! Created On : <2025-07-14>
8
- ! Last Modified : <2025-07-15>
+ ! Last Modified : <2025-07-16>
9
! ---------------------------------------------------------- -->
10
11
# rawstr4c input
@@ -17,6 +17,8 @@
17
18
## Java
19
20
+- namespace = `java`
21
+
22
### maven config
23
24
```xml
@@ -45,6 +47,10 @@ allprojects {
45
47
46
48
## stackage
49
50
+- name = `haskell_stackage`
51
+- keep-postfix = `true`
52
+- postfix = `yaml`
53
54
```yaml
55
package-index:
56
download-prefix: @url@
@@ -68,6 +74,8 @@ package-index:
68
74
69
75
## Clojar
70
76
77
+- namespace = `clojure`
78
71
79
### project.clj
72
80
73
81
```clojure
0 commit comments