[vim] remove vim expandtab comments on most of the files
This commit is contained in:
@@ -114,5 +114,3 @@ void clock_tests(void)
|
||||
printf("%u cycles per second\n", cycles);
|
||||
}
|
||||
}
|
||||
|
||||
// vim: set noexpandtab:
|
||||
|
||||
@@ -91,6 +91,3 @@ int fibo(int argc, const cmd_args *argv)
|
||||
|
||||
return NO_ERROR;
|
||||
}
|
||||
|
||||
// vim: set noexpandtab:
|
||||
|
||||
|
||||
@@ -662,5 +662,3 @@ int spinner(int argc, const cmd_args *argv)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 noexpandtab: */
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user