Skip to content

Commit

Permalink
restyled: update versions and disable PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
wirew0rm committed Apr 4, 2023
1 parent e7f0597 commit 5b00d1d
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions .restyled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ auto: false
remote_files: []

# Open Restyle PRs?
pull_requests: true
pull_requests: false

# Leave comments on the original PR linking to the Restyle PR?
comments: false
Expand Down Expand Up @@ -93,7 +93,7 @@ ignore_labels:
# re-specify the default in your own config if you prefer to avoid update
# surprises.
#
restylers_version: "20191031"
restylers_version: "v0.257.0"

# Restylers to run, and how
#
Expand Down Expand Up @@ -182,26 +182,3 @@ restylers_version: "20191031"
# https://github.com/restyled-io/restylers/tree/main/clang-format
restylers:
- name: clang-format
image: 'restyled/restyler-clang-format:12.0.0'
command:
- clang-format
- "-i"
arguments: []
include:
- "**/*.c"
- "**/*.cc"
- "**/*.cpp"
- "**/*.cxx"
- "**/*.c++"
- "**/*.C"
- "**/*.cs"
- "**/*.h"
- "**/*.hh"
- "**/*.hpp"
- "**/*.hxx"
- "**/*.h++"
- "**/*.H"
- "**/*.java"
- "**/*.js"
- "**/*.m"
interpreters: []

0 comments on commit 5b00d1d

Please sign in to comment.