Skip to content

Commit

Permalink
Add yml to .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Jul 28, 2023
1 parent dd17783 commit b2b077f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on: [workflow_call, workflow_dispatch]
on: [ workflow_call, workflow_dispatch ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [main]
branches: [ main ]
pull_request:
branches: [main]
branches: [ main ]

jobs:
build:
Expand Down

0 comments on commit b2b077f

Please sign in to comment.