Jim Huang
|
1d3943a72b
|
CI: Enforce newline at end of files
Reference:
https://medium.com/@alexey.inkin/how-to-force-newline-at-end-of-files-and-why-you-should-do-it-fdf76d1d090e
|
2024-06-21 16:39:05 +08:00 |
|
linD026
|
636c1e702d
|
Introduce Virtual Input Device Driver
Add the new section of input device driver, vinput[1].
Also, update the Acknowledgements.
[1] https://github.com/sysprog21/vinput
|
2022-04-06 17:13:29 +08:00 |
|
linD026
|
eef2bc4395
|
Enforce Linux kernel coding style (#88)
The only exception is to indent with four spaces rather than tabs
for sticking to compact layout of source listing.
Close #87
|
2021-09-02 15:15:07 +08:00 |
|
Jim Huang
|
50b8dfe6c2
|
Enforce the customized style for example code
Instead of using tab for indention, the style defaults to 4 spaces for
the sake of compact layout.
|
2021-07-22 06:58:13 +08:00 |
|