mirror of
https://github.com/candle-usb/candleLight_fw.git
synced 2025-01-28 06:02:52 +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
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
||||
[lib/**]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
Loading…
x
Reference in New Issue
Block a user