Removed the vi format comments from the source

Vim users can use the [editorconfig plugin](https://github.com/editorconfig/editorconfig-vim) to automatically set tab spacing for the SDL coding style.

Fixes https://github.com/libsdl-org/SDL/issues/6903
This commit is contained in:
Sam Lantinga
2022-12-26 11:17:23 -08:00
parent 7c67213cef
commit 63724c113b
909 changed files with 1 additions and 1808 deletions

View File

@@ -873,5 +873,3 @@ SDL_WriteBE64(SDL_RWops *dst, Uint64 value)
const Uint64 swapped = SDL_SwapBE64(value);
return (SDL_RWwrite(dst, &swapped, sizeof(swapped)) == sizeof(swapped)) ? 1 : 0;
}
/* vi: set ts=4 sw=4 expandtab: */

View File

@@ -63,5 +63,3 @@ FILE *SDL_OpenFPFromBundleOrFallback(const char *file, const char *mode)
}
#endif /* __APPLE__ */
/* vi: set ts=4 sw=4 expandtab: */

View File

@@ -92,5 +92,3 @@ TryOpenInRomfs(const char *file, const char *mode)
SDL_free(prefixed_filepath);
return fp;
}
/* vi: set sts=4 ts=4 sw=4 expandtab: */

View File

@@ -26,5 +26,3 @@
FILE *N3DS_FileOpen(const char *file, const char *mode);
#endif /* SDL_rwopsromfs_h_ */
/* vi: set sts=4 ts=4 sw=4 expandtab: */