Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
pistolero (p@fsebugoutzone.org)'s status on Monday, 26-May-2025 01:47:22 JST pistolero
@phnt @Kirino @Inginsub @Suiseiseki @dcc @waff You can just `find -type f -name '*.c' -print0 | xargs -0 -P30 -n1 indent -kr -i8 -l80 -nsaf -nsaw -nsai -nbbo -ncs -nsc -nfca` and undo the bullshit cutesy half-indented braces and all the weird bullshit ASCII-art that goonoo thinks code should have.