Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lundin <53273776+lundinc2@users.noreply.github.com>2020-07-24 03:00:14 +0300
committerGitHub <noreply@github.com>2020-07-24 03:00:14 +0300
commit367faab135373c6b834c6a3204ff0e858223335e (patch)
tree723a43dfd22c6fa7170f1b8b0f20b8b94b64cde8 /README.md
parent5b6c2ab0851336a43e03f0a3981d74b351676961 (diff)
Specify where the uncrustify config is (#102)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index c9e1e6961..c31a8ae28 100644
--- a/README.md
+++ b/README.md
@@ -29,3 +29,7 @@ is normally only used on very memory limited systems.
See the readme file in the ```./portable``` directory for more information.
- The ```./include``` directory contains the real time kernel header files.
+
+### Code Formatting
+FreeRTOS files are formatted using the "uncrustify" tool. The configuration file used by uncrustify can be found in the [FreeRTOS/FreeRTOS repository](https://github.com/FreeRTOS/FreeRTOS/blob/master/tools/uncrustify.cfg).
+