We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c9cc5 commit bc79baaCopy full SHA for bc79baa
files/.editorconfig
@@ -0,0 +1,6 @@
1
+root = true
2
+
3
+[*]
4
+end_of_line = lf
5
+insert_final_newline = true
6
files/.github/workflows/main.yml
@@ -20,6 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v4
23
+ - uses: greut/eclint-action@v0
24
- uses: jidicula/clang-format-action@v4.11.0
25
with: { clang-format-version: "18" }
26
0 commit comments