sanitizers: increase .clang-format columns to 100

The current (default) line length is 80 columns.
That's based on old hardware and historical conventions.
There are no existent reasons to keep line length that small,
especially provided that our coding style uses quite lengthy
identifiers. The Linux kernel recently switched to 100,
let's start with 100 as well.

This change intentionally does not re-format code.
Re-formatting is intended to happen incrementally,
or on dir-by-dir basis separately.

Reviewed By: vitalybuka, melver, MaskRay

Differential Revision: https://reviews.llvm.org/D106436
This commit is contained in:
Dmitry Vyukov 2021-07-21 15:39:01 +02:00
parent b115c038d2
commit 5d1df6d220
9 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,4 @@
BasedOnStyle: Google
ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: false
IndentPPDirectives: AfterHash

View file

@ -1,3 +1,4 @@
BasedOnStyle: Google
ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: false
IndentPPDirectives: AfterHash

View file

@ -1,3 +1,4 @@
BasedOnStyle: Google
ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: false
IndentPPDirectives: AfterHash

View file

@ -1,3 +1,4 @@
BasedOnStyle: Google
ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: false
IndentPPDirectives: AfterHash

View file

@ -1,3 +1,4 @@
BasedOnStyle: Google
ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: false
IndentPPDirectives: AfterHash

View file

@ -1,3 +1,4 @@
BasedOnStyle: Google
ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: false
IndentPPDirectives: AfterHash

View file

@ -1,3 +1,4 @@
BasedOnStyle: Google
ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: false
IndentPPDirectives: AfterHash

View file

@ -1,3 +1,4 @@
BasedOnStyle: Google
ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: false
IndentPPDirectives: AfterHash

View file

@ -1,3 +1,4 @@
BasedOnStyle: Google
ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: false
IndentPPDirectives: AfterHash