[vim] remove vim expandtab comments on most of the files

This commit is contained in:
Travis Geiselbrecht
2016-02-14 12:32:07 -08:00
parent 2eb32a4369
commit d569c090ea
47 changed files with 0 additions and 101 deletions

View File

@@ -90,5 +90,3 @@ void platform_init(void)
printf("\n");
}
// vim: set ts=4 sw=4 noexpandtab:

View File

@@ -250,5 +250,3 @@ status_t usbc_queue_tx(ep_t ep, usbc_transfer_t *transfer)
{
PANIC_UNIMPLEMENTED;
}
// vim: set ts=4 sw=4 noexpandtab:

View File

@@ -297,5 +297,3 @@ const void *const __SECTION(".text.boot.vectab2") vectab2[] = {
VECTAB_ENTRY(pwm1_gen3), // PWM 1 Generator 3
VECTAB_ENTRY(pwm1_fault) // PWM 1 Fault
};
// vim: ts=4 sw=4 noexpandtab: