diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..9b1aeaec --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 159ff05d..9da7aac1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,6 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: greut/eclint-action@v0 - uses: jidicula/clang-format-action@v4.11.0 with: { clang-format-version: "18" } diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 8c19e0bf..cde6c59a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -17,4 +17,4 @@ jobs: key: ${{runner.os}}-bazel-cache - uses: actions/checkout@v4 - name: Check Module Headers - run: bazel run --config=ci //scripts:check_module_header \ No newline at end of file + run: bazel run --config=ci //scripts:check_module_header diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c49c64..5a3f3e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -144,4 +144,4 @@ All notable changes to this project will be documented in this file. See [conven - - - -Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). \ No newline at end of file +Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). diff --git a/renovate.json b/renovate.json index fa1abeb9..25b1be31 100644 --- a/renovate.json +++ b/renovate.json @@ -3,4 +3,4 @@ "extends": [ "github>ecsact-dev/renovate-config" ] -} \ No newline at end of file +}