We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de00ff9 commit d42b12dCopy full SHA for d42b12d
.editorconfig
@@ -7,3 +7,6 @@ trim_trailing_whitespace = true
7
insert_final_newline = true
8
vc_generate_documentation_comments = doxygen_slash_star
9
charset = utf-8
10
+
11
+[.github/workflows/*.yml]
12
+indent_style = space
.github/workflows/main.yml
@@ -58,6 +58,8 @@ jobs:
58
steps:
59
- uses: actions/checkout@v4
60
61
+ - uses: lukka/get-cmake@latest
62
63
- name: Setup
64
uses: lukka/run-vcpkg@v11
65
id: runvcpkg
0 commit comments