Last active
March 22, 2022 13:38
-
-
Save slgraff/2ab0c9f5eca2d4357d1ca593d9a170ba to your computer and use it in GitHub Desktop.
test of tab size preference in public gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Test of whether the new tab size preference applies to code files in a gist */ | |
#include <stdio.h> | |
int main() { | |
// printf() displays the string inside quotation | |
printf("Hello, World!"); | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@graffbagTEST Hey!