Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 422 Bytes

coding_style.md

File metadata and controls

12 lines (8 loc) · 422 Bytes

Coding style

  • For a general guidance refer to the Linux kernel coding style

  • 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.