doc readme: add close watchman

This commit is contained in:
Yuan Chiu 2025-04-29 09:11:17 +08:00
parent 5919dd1519
commit 064b86962e
2 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,10 @@ end_of_line = lf
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.md]
indent_size = 4
indent_style = space
# 排除特定檔案類型的規則 # 排除特定檔案類型的規則
[*.code-workspace] [*.code-workspace]
# 不套用任何規則,覆蓋全域設定 # 不套用任何規則,覆蓋全域設定

View File

@ -216,6 +216,12 @@ watchman -j <<EOT
EOT EOT
``` ```
To shutdown the Watchman server, run:
```
watchman shutdown-server
```
相關工具參考連結 相關工具參考連結
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------