diff --git a/.editorconfig b/.editorconfig index 91e1dd964..8c459542d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,6 +20,9 @@ ij_xml_space_inside_empty_tag = true indent_style = tab ij_xml_attribute_wrap = off +[*.yml] +indent_size = 2 + # [*.cs] # entitas_generator.component.cleanup_systems = false # entitas_generator.component.component_index = false diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61ca0c46a..d9cab2aa4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: Build -on: [workflow_call, workflow_dispatch] +on: [ workflow_call, workflow_dispatch ] jobs: build: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7d357e00..ea3ca7fd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [main] + branches: [ main ] pull_request: - branches: [main] + branches: [ main ] jobs: build: