Skip to content

Commit

Permalink
[onert] Remove .FORMATDENY file (#14585)
Browse files Browse the repository at this point in the history
This commit removes .FORMATDENY file and replaces it to .clang-format's DisableFormat.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
  • Loading branch information
hseok-oh authored Jan 23, 2025
1 parent 2b2395a commit f1aa6f1
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 0 deletions.
Empty file removed runtime/3rdparty/.FORMATDENY
Empty file.
1 change: 1 addition & 0 deletions runtime/3rdparty/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DisableFormat: true
Empty file.
Empty file.
1 change: 1 addition & 0 deletions tests/nnapi/bridge/include/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DisableFormat: true
Empty file.
Empty file removed tests/nnapi/specs/.FORMATDENY
Empty file.
Empty file removed tests/nnapi/src/.FORMATDENY
Empty file.
1 change: 1 addition & 0 deletions tests/nnapi/src/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DisableFormat: true

0 comments on commit f1aa6f1

Please sign in to comment.