diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index d45f0fc4c..756a5cd24 100644 --- a/docs/CODING_STYLE.md +++ b/docs/CODING_STYLE.md @@ -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 @@ -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 -``` \ No newline at end of file +```