[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

@@ -106,5 +106,3 @@ void usbtest_usb_setup(void)
usbc_setup_endpoint(1, USB_OUT, 64);
usbc_setup_endpoint(1, USB_IN, 64);
}
// vim: set ts=4 sw=4 expandtab: