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 dd61100 commit 6a04c3bCopy full SHA for 6a04c3b
doc/coding_standard.md
@@ -21,7 +21,7 @@ and we also allow `add` as an replacement for feat and `build(deps)` for CiCd de
21
22
## Coding standard
23
24
-The coding standard for the Media Transport Library project is defined using a [.clang-format configuration file](./.clang-format)
+The coding standard for the Media Transport Library project is defined using a [.clang-format configuration file](../.github/linters/.clang-format)
25
which ensures consistent code formatting across the project.
26
27
Use `format-code.sh` script to format the code for mtl repository ( requires `clang-format-14` ).
0 commit comments