diff --git a/README.md b/README.md index 537c77c5..5d8e9b55 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,12 @@ the patches meet some criteria (often lacking in github contributions): substitute in order to allow contributions without much bothering with formalities +Source code coding style and preferences follow the +[kernel coding style](https://www.kernel.org/doc/html/latest/process/coding-style.html). +You can find the editor settins in `.editorconfig` and use the +[EditorConfig](https://editorconfig.org/) plugin to let your editor use that, +or update your editor settings manually. + Documentation updates ---------------------