You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,12 @@ Suport for clang-format is built-in since Visual Studio 2017 15.7 and CLion 2019
9
9
The .clang-format file in the repository will be automatically detected and formatting is done as you type, or triggered when pressing the format hotkey.
10
10
11
11
### Bash
12
-
First install clang-format. Instructions therefore can be found on the web. To format you can run this command in bash:
12
+
First install clang-format. Instructions therefore can be found on the web.
13
+
To format your changes since branching off `dev`, you can run this command in bash:
0 commit comments