mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
e16a7d8f3b
`et` means `expandtab`. ```sh rg 'vi: .* :vi' -l -0 | \ xargs -0 sed -i '' 's/vi: \(.*\) et\(.*\) :vi/vi: \1 xoet\2:vi/' rg 'vi: .* :vi' -l -0 | \ xargs -0 sed -i '' 's/vi: \(.*\)noet\(.*\):vi/vi: \1et\2 :vi/' rg 'vi: .* :vi' -l -0 | \ xargs -0 sed -i '' 's/vi: \(.*\)xoet\(.*\):vi/vi: \1noet\2:vi/' ``` |
||
---|---|---|
.. | ||
atm_log.c | ||
atm_log.h | ||
BUILD.mk | ||
closure.c | ||
closure.h | ||
counter_test.c | ||
cv_mu_timeout_stress_test_.c | ||
cv_test.c | ||
cv_wait_example_test.c | ||
dll_test.c | ||
mu_starvation_test.c | ||
mu_test.c | ||
mu_wait_example_test.c | ||
mu_wait_test.c | ||
note_test.c | ||
once_test.c | ||
pingpong_test.c | ||
smprintf.c | ||
smprintf.h | ||
start_thread.c | ||
testing.c | ||
testing.h | ||
time_extra.c | ||
time_extra.h | ||
wait_test.c |