File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -193,8 +193,10 @@ You can cache the files you have accessed permanently on your hard drive by
193193using the ` --cache ` flag. The file it caches persist across sessions, but can
194194clear the cache using ` --cache-clear `
195195
196- > [ !WARNING] If ` --cache-location <dir> ` appears before ` --cache-clear ` , the
197- > entire directory ` <dir> ` will be deleted instead. Take caution when specifying
196+ <!-- prettier-ignore -->
197+ > [ !WARNING]
198+ > If ` --cache-location <dir> ` appears before ` --cache-clear ` , the entire
199+ > directory ` <dir> ` will be deleted instead. Take caution when specifying
198200> non-empty directories to be used as cache.
199201
200202By default, the cache files are stored under ` ${XDG_CACHE_HOME}/httpdirfs ` ,
Original file line number Diff line number Diff line change @@ -68,8 +68,10 @@ files:
6868pre-commit run --all-files
6969```
7070
71- > [ !IMPORTANT] The ` clang-tidy ` hook requires ` compile_commands.json ` to be
72- > present in the ` builddir ` . If you haven't configured the project yet, run:
71+ <!-- prettier-ignore -->
72+ > [ !IMPORTANT]
73+ > The ` clang-tidy ` hook requires ` compile_commands.json ` to be present in the
74+ > ` builddir ` . If you haven't configured the project yet, run:
7375>
7476> ``` bash
7577> meson setup builddir
You can’t perform that action at this time.
0 commit comments