Skip to content

Commit bc79baa

Browse files
committed
feat: add simple editorconfig
1 parent d3c9cc5 commit bc79baa

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

files/.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23+
- uses: greut/eclint-action@v0
2324
- uses: jidicula/clang-format-action@v4.11.0
2425
with: { clang-format-version: "18" }
2526

0 commit comments

Comments
 (0)