mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
![]() // find common cases sed -E "s/^(\s*)((if|static if|for|foreach|foreach_reverse|while|unittest|switch|else|version).*)\s*\{$/\1\2\n\1{/" -i **/*.d // catch else-if sed -E "s/^(\s*)} (else static if| if|else if|else)(.*)\s*\{$/\1}\n\1\2\3\n\1{/" -i **/*.d // remove created trailing whitespace sed -i 's/[ \t]*$//' **/*.d |
||
---|---|---|
.. | ||
allocator | ||
logger | ||
ndslice | ||
note.md | ||
typecons.d |