Skip to content

Commit 5d757df

Browse files
committed
fix formatting
1 parent 5b293fc commit 5d757df

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

BUILDING.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -225,25 +225,25 @@ winget install --id Docker.DockerDesktop
225225
cp .githooks/pre-commit .git/hooks/
226226
```
227227

228-
> [!TIP]
229-
> You can alternatively use the `core.hooksPath` configuration to point to the `.githooks` folder using `git config --local core.hooksPath .githooks` if you don't already have a hooks path defined system-wide.
228+
> [!TIP]
229+
> You can alternatively use the `core.hooksPath` configuration to point to the `.githooks` folder using `git config --local core.hooksPath .githooks` if you don't already have a hooks path defined system-wide.
230230
231-
> [!NOTE]
232-
> The git hooks will check that your code is properly formatted before commiting.
233-
> This is done both to avoid future merge conflict and ensure uniformity inside the code base.
231+
> [!NOTE]
232+
> The git hooks will check that your code is properly formatted before commiting.
233+
> This is done both to avoid future merge conflict and ensure uniformity inside the code base.
234234
235235
* Configure git to automatically update submodules.
236236
```shell
237237
git config --local submodule.recurse true
238238
```
239239
240-
> [!NOTE]
241-
> Git does not automatically update submodules when switching branches.
242-
> Without this configuration, you will need to remember to add `--recurse-submodules` to `git checkout` when switching to old branches.
240+
> [!NOTE]
241+
> Git does not automatically update submodules when switching branches.
242+
> Without this configuration, you will need to remember to add `--recurse-submodules` to `git checkout` when switching to old branches.
243243
244-
> [!TIP]
245-
> This will keep the submodule in `dd-java-agent/agent-jmxfetch/integrations-core` up-to-date.
246-
> There is also an automated check when opening a pull request if you are trying to submit a module version change (usually an outdated version).
244+
> [!TIP]
245+
> This will keep the submodule in `dd-java-agent/agent-jmxfetch/integrations-core` up-to-date.
246+
> There is also an automated check when opening a pull request if you are trying to submit a module version change (usually an outdated version).
247247
248248
> [!NOTE]
249249
> Both git configurations (hooks and submodule) will only be applied to this project and won't apply globally in your setup.

0 commit comments

Comments
 (0)