Stop using tabs for indentation

This commit is contained in:
Michał Trojnara
2023-03-25 23:39:52 +01:00
parent 246f0abbfc
commit 0204d04a25
8 changed files with 6295 additions and 6295 deletions

View File

@ -28,8 +28,8 @@ int compare_digests(u_char *mdbuf, u_char *cmdbuf, int mdtype);
Local Variables:
c-basic-offset: 4
tab-width: 4
indent-tabs-mode: t
indent-tabs-mode: nil
End:
vim: set ts=4 noexpandtab:
vim: set ts=4 expandtab:
*/