Skip to content

Commit

Permalink
Fix clang-format dangling symlinks.
Browse files Browse the repository at this point in the history
The symlinks are stale after moving the adbd code to a different repo.

Test: n/a
Change-Id: I7d1bf4905e32c7ff4ad8bd8f7de94bad2128797b
  • Loading branch information
dariofreni committed Feb 2, 2021
1 parent 4658efe commit 99210c5
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
1 change: 0 additions & 1 deletion .clang-format

This file was deleted.

13 changes: 13 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
BasedOnStyle: Google
Standard: Cpp11
AccessModifierOffset: -2
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IncludeBlocks: Preserve
IndentWidth: 4
ContinuationIndentWidth: 8
PointerAlignment: Left
TabWidth: 4
UseTab: Never
1 change: 0 additions & 1 deletion libs/.clang-format

This file was deleted.

11 changes: 11 additions & 0 deletions libs/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
BasedOnStyle: Google
Standard: Cpp11
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IncludeBlocks: Preserve
IndentWidth: 2
PointerAlignment: Left
TabWidth: 2
UseTab: Never
1 change: 0 additions & 1 deletion libs/adbconnection/.clang-format

This file was deleted.

11 changes: 11 additions & 0 deletions libs/adbconnection/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
BasedOnStyle: Google
Standard: Cpp11
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IncludeBlocks: Preserve
IndentWidth: 2
PointerAlignment: Left
TabWidth: 2
UseTab: Never

0 comments on commit 99210c5

Please sign in to comment.