X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=CodingStyle.md;h=f9dc37b4282bf39b9e4b94b99e3ecdbf10c348ec;hb=4f9b5c65e2fcaec88f403557137b524bfbdd0568;hp=6e66d2d07089dbaf7d0bc557fad0c7a376ea1968;hpb=64ff826284122520c3b4546db3d6341c79ea424f;p=lttng-tools.git diff --git a/CodingStyle.md b/CodingStyle.md index 6e66d2d07..f9dc37b42 100644 --- a/CodingStyle.md +++ b/CodingStyle.md @@ -30,7 +30,7 @@ Note that clang-format 14 is required to use the project's `.clang-format` file. Most text editors allow you to format a sub-section of a source file using clang-format to ensure it adheres to the project's style. -If you are submitting a change to existing source files, __do not run clang-format on the whole file_ as this may introduce more changes than you intended and _will_ cause your changes to be rejected. +If you are submitting a change to existing source files, _do not run clang-format on the whole file_ as this may introduce more changes than you intended and _will_ cause your changes to be rejected. ## Tabs VS Spaces