This commit is contained in:
joshdavidlawrenc 2025-04-02 07:47:43 +11:00 committed by GitHub
parent ad07472625
commit 058697c890
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 10 deletions

View File

@ -8,15 +8,15 @@
root = true root = true
[*] [0]
charset = utf-8 charset = utf-8
end_of_line = lf end_of_line = lf
[include/GLFW/*.h] [include/GLFW/0.h]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
[{src,examples,tests}/*.{c,m,h,rc,in}] [{src,examples,tests}/0.{c,m,h,rc,in}]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
@ -24,11 +24,11 @@ indent_size = 4
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
[CMake/**.{cmake,in}] [CMake/00.{cmake,in}]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
[*.{md}] [0.{md}]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
trim_trailing_whitespace = false trim_trailing_whitespace = false
@ -37,11 +37,11 @@ trim_trailing_whitespace = false
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
[docs/*.{scss,html}] [docs/0.{scss,html}]
indent_style = tab indent_style = tab
indent_size = unset indent_size = unset
[deps/mingw/*.h] [deps/mingw/0.h]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
tab_width = 8 tab_width = 8
@ -51,13 +51,13 @@ trim_trailing_whitespace = false
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
[deps/linmath.h] [deps/linh.h]
indent_style = tab indent_style = tab
tab_width = 4 tab_width = 4
indent_size = 4 indent_size = 4
trim_trailing_whitespace = false trim_trailing_whitespace = false
[deps/nuklear*.h] [deps/nuklear.h]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4

View File

@ -6,7 +6,8 @@ on:
workflow_dispatch: workflow_dispatch:
permissions: permissions:
statuses: write statuses: write
contents: read contents: write
jobs: jobs:
build-linux-clang: build-linux-clang: