mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-09 09:24:35 +01:00
chore: ci + readme fixes, make editorconfig consistent with usage in yml files (#1228)
This commit is contained in:
parent
7573575985
commit
dcdfd3c403
3 changed files with 22 additions and 13 deletions
|
|
@ -140,3 +140,8 @@ indent_style = space
|
|||
indent_size = 4
|
||||
tab_width = 4
|
||||
dotnet_style_parentheses_in_other_operators=always_for_clarity:silent
|
||||
|
||||
[*.{yaml,yml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
tab_width = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue