mirror of
https://github.com/candle-usb/candleLight_fw.git
synced 2025-02-04 06:12:55 +08:00
editorconfig: apply indent with 2 spaces for yml files
This is the default for yml files for the github workflows.
This commit is contained in:
parent
3e79d97353
commit
ffc7fb7f4c
@ -17,6 +17,10 @@ indent_style = tab
|
|||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.yml]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
|
||||||
[lib/**]
|
[lib/**]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
Loading…
x
Reference in New Issue
Block a user