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.
1 parent 0fb89b8 commit 895d0b4Copy full SHA for 895d0b4
tool/rawstr4c/README.md
@@ -27,13 +27,30 @@ just rawstr4c ./src/recipe/ware
27
28
29
30
+## Convention
31
+
32
+一个配置文件,应使用这样的顺序:
33
34
+- section 标题
35
+- 对该变量的说明
36
+- 配置项
37
+- 配置项注释
38
+- code block (raw string)
39
+- 对 code block 内容的注释
40
41
+<br>
42
43
44
45
## 配置语法
46
47
```markdown
48
-- config-item = `value`
49
+- config-item1 = `:mode`
50
51
+- config-item2 = `true|false|yes|no`
52
-- config-item2 = `:mode`
53
+- config-item3 = `string value`
54
55
```
56
0 commit comments