doc: add coding style
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
This commit is contained in:
parent
1f15ea5955
commit
d40c58dc3b
12
doc/contributions/coding_style.md
Normal file
12
doc/contributions/coding_style.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Coding style
|
||||||
|
|
||||||
|
* For a general guidance refer to the
|
||||||
|
[Linux kernel coding style](https://www.kernel.org/doc/html/latest/process/coding-style.html)
|
||||||
|
|
||||||
|
* Patches that change the existing coding style are not welcome, as they make
|
||||||
|
downstream porting harder for the distributions
|
||||||
|
|
||||||
|
## Indentation
|
||||||
|
|
||||||
|
Tabs are preferred over spaces for indentation. Loading the `.editorconfig`
|
||||||
|
file in your preferred IDE may help you configure it.
|
Loading…
Reference in New Issue
Block a user