diff --git a/.editorconfig b/.editorconfig index 64d3d6a..0697a10 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,4 +9,8 @@ indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true -insert_final_newline = true \ No newline at end of file +insert_final_newline = true +quote_type = single + +[{Makefile,**.mk}] +indent_style = tab diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index ac1c4c5..31a06f8 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -24,7 +24,7 @@ jobs: with: image: rogersik/monica registry: gitea.sikorski.cloud - tag: "4.1-dev" + tag: '4.1-dev' cache: true username: rogersik password: ${{ secrets.REGISTRY_PASSWORD }} diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index d568421..1775a48 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -5,7 +5,7 @@ on: branches: - main schedule: - - cron: "0 6 * * SUN" + - cron: '0 6 * * SUN' jobs: dockerfile_lint: