Skip to content

Commit

Permalink
docs update name of formatting script [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt authored Dec 6, 2022
1 parent 3294842 commit 9b55990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CODING_STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void lv_label_set_text(lv_obj_t * label, const char * text)

Use 4 spaces indentation instead of tab.

You can use **astyle** to format the code. Run `code-formatter.sh` from the `scrips` folder.
You can use **astyle** to format the code. Run `code-format.py` from the `scripts` folder.

#### pre-commit

Expand Down Expand Up @@ -121,4 +121,4 @@ SKIP=name-of-the-hook git commit
It's no necessary to do a commit to test the hooks, you can test hooks by adding the files into the staging area and run:
```console
pre-commit run name-of-the-hook
```
```

0 comments on commit 9b55990

Please sign in to comment.