Skip to content

Commit

Permalink
Merge pull request #39 from a8cteam51/fix/update-delay
Browse files Browse the repository at this point in the history
Updates to delay functionality
  • Loading branch information
ahegyes authored Jul 25, 2024
2 parents f0b07c2 + 6aebee0 commit 923a3cc
Show file tree
Hide file tree
Showing 6 changed files with 490 additions and 60 deletions.
24 changes: 24 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

# WordPress Coding Standards
# https://make.wordpress.org/core/handbook/coding-standards/

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab

[*.{yml,yaml,json}]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

[*.txt]
end_of_line = crlf
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2

- name: Zip Folder
run: zip -r ${{ github.event.repository.name }}.zip . -x ".git/*" ".github/*" ".gitignore"
run: zip -r ${{ github.event.repository.name }}.zip . -x ".git/*" ".github/*" ".gitignore" ".editorconfig"

- name: Release
uses: softprops/action-gh-release@v1
Expand Down
Loading

0 comments on commit 923a3cc

Please sign in to comment.