Skip to content

Commit d1c18c4

Browse files
committed
Format the C code
1 parent 565c458 commit d1c18c4

3 files changed

Lines changed: 61 additions & 101 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Dependencies/
77
*.bmp
88
*.img
99
*.txt
10-
build/
1110

1211
## Ignore Visual Studio temporary files, build results, and
1312
## files generated by popular Visual Studio add-ons.

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"C_Cpp.clang_format_fallbackStyle": "WebKit",
23
"C_Cpp.default.includePath": [
34
"${DEVKITPRO}\\libnx\\include",
45
"${DEVKITPRO}\\devkitA64\\aarch64-none-elf\\include",

0 commit comments

Comments
 (0)