vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
https://vlang.io
GNU General Public License v2.0
1.89k stars 120 forks source link

Format the whole codebase #64

Closed Wertzui123 closed 2 years ago

Wertzui123 commented 2 years ago

I ran v fmt -w . over the Vinix kernel. (Due to a V/fmt bug I needed to manually adjust the output by removing two .s)

medvednikov commented 2 years ago

Yes, all code should always be vfmt'ed on commit.

Ideally there should be a CI job checking it, like in vlang/v.

Wertzui123 commented 2 years ago

Good idea.

mintsuki commented 2 years ago

LGTM and yeah I will do that, thanks.