.clang-format: 100 lines am: 5242af6d24
am: 1cc7108736
am: 7f6df039a0
am: 37bf830d2d
Change-Id: Iaaa82569fc6df9ea801befbe3edab3483e527dcb
This commit is contained in:
commit
59b313867f
1 changed files with 1 additions and 5 deletions
|
@ -14,15 +14,11 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
#
|
||||
# Below are some minor deviations from the default Google style to
|
||||
# accommodate for handling of the large legacy code base.
|
||||
#
|
||||
|
||||
BasedOnStyle: Google
|
||||
CommentPragmas: NOLINT:.*
|
||||
DerivePointerAlignment: false
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
ColumnLimit: 100
|
||||
TabWidth: 4
|
||||
UseTab: Never
|
||||
IndentWidth: 4
|
||||
|
|
Loading…
Reference in a new issue