Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing restyled to ignore third_party #392

Merged
merged 14 commits into from
Apr 17, 2020
Merged
12 changes: 9 additions & 3 deletions .restyled.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
image: restyled/restyler-clang-format:v9.0.0

command:
- clang-format
- "-i"

auto: true

arguments: []
exclude:
- ".github/workflows/**/*" # https://github.com/restyled-io/restyler/issues/73
- "third_party/**"

include:
- "**/*.c"
- "**/*.cc"
Expand All @@ -25,4 +26,9 @@ include:
- "**/*.java"
- "**/*.js"
- "**/*.m"

exclude:
- ".github/workflows/**/*" # https://github.com/restyled-io/restyler/issues/73
- "**/third_party/**/*"
woody-apple marked this conversation as resolved.
Show resolved Hide resolved

interpreters: []
2 changes: 1 addition & 1 deletion third_party/nlbuild-autotools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ See "Getting Started" in repo/README.md.

### Subsequent Update

Assuming the project copy of nlbuild-autotools was created with git
Assuming the project copy of nlbuild-autotools was created with git
subtree, a subsequent update can be accomplished with the following,
replacing HEAD with a named, tagged version if the HEAD commit is not
what is desired.
Expand Down