mirror of
https://github.com/halo-dev/docs.git
synced 2026-01-13 06:03:55 +08:00
* chore: refine plugin development documentation Signed-off-by: Ryan Wang <i@ryanc.cc> * chore: refine plugin development documentation Signed-off-by: Ryan Wang <i@ryanc.cc> * chore: refine plugin development documentation Signed-off-by: Ryan Wang <i@ryanc.cc> --------- Signed-off-by: Ryan Wang <i@ryanc.cc>
9 lines
150 B
INI
9 lines
150 B
INI
root = true
|
|
|
|
[*.md]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = true |