mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-26 19:52:38 +00:00
[docs] Specify Objective-C max line length. (#16503)
Update coding standards doc to specify Objective-C max line length of 120 to be consistent with C++.
This commit is contained in:
parent
0c5f492493
commit
9b2733de8e
1 changed files with 2 additions and 1 deletions
|
|
@ -236,6 +236,7 @@ e.g. `test_method_x_raises_error_when_dims_is_not_a_sequence`
|
|||
|
||||
## Objective-C/C++ Code Style
|
||||
|
||||
Please follow the [Google Objective-C/C++ Style Guide](https://google.github.io/styleguide/objcguide.html).
|
||||
Please follow the [Google Objective-C/C++ Style Guide](https://google.github.io/styleguide/objcguide.html) with the following alteration(s):
|
||||
- The maximum line length is 120 for consistency with the C++ code.
|
||||
|
||||
Clang-format can be used to format Objective-C/C++ code. The `.clang-format` file is in the repository root directory.
|
||||
|
|
|
|||
Loading…
Reference in a new issue