diff options
Diffstat (limited to 'apex/statsd/.clang-format')
-rw-r--r-- | apex/statsd/.clang-format | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/apex/statsd/.clang-format b/apex/statsd/.clang-format deleted file mode 100644 index cead3a079435..000000000000 --- a/apex/statsd/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ -BasedOnStyle: Google -AllowShortIfStatementsOnASingleLine: true -AllowShortFunctionsOnASingleLine: false -AllowShortLoopsOnASingleLine: true -BinPackArguments: true -BinPackParameters: true -ColumnLimit: 100 -CommentPragmas: NOLINT:.* -ContinuationIndentWidth: 8 -DerivePointerAlignment: false -IndentWidth: 4 -PointerAlignment: Left -TabWidth: 4 -AccessModifierOffset: -4 -IncludeCategories: - - Regex: '^"Log\.h"' - Priority: -1 |