secs-dev / xv6-riscv

Fork of the Xv6 OS for RISC-V for the ITMO CSE course.
Other
1 stars 1 forks source link

Add a branch for formatted sources #15

Open vityaman opened 3 weeks ago

vityaman commented 3 weeks ago

Xv6 is poorly formatted and also we want to check our students code formatting before code review to make it more pleasant to read.

Problem is that we can not format actual sources as it will be incompatible changes with the original repository and so we will get a lot of merge conflicts.

But what we can really do is to make a separate branch with formatted sources. The branch will be different from main in an only thing - is that sources clang-format will be formatted. This branch will be updated using force push.

Plan

vityaman commented 2 weeks ago

We decided that students must suffer.