Skip to content

Commit

Permalink
Update and rename .editorconfig to stylua.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gellipapa authored Jan 21, 2024
1 parent b20339f commit 4d6c90e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/actions/.editorconfig

This file was deleted.

10 changes: 10 additions & 0 deletions .github/actions/stylua.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
column_width = 120
line_endings = "Unix"
indent_type = "Tabs"
indent_width = 4
quote_style = "AutoPreferDouble"
call_parentheses = "Always"
collapse_simple_statement = "Never"

[sort_requires]
enabled = false

0 comments on commit 4d6c90e

Please sign in to comment.