mirror of
https://github.com/cloudflare/pages-action
synced 2024-11-24 03:43:27 +00:00
10 lines
123 B
INI
10 lines
123 B
INI
|
# https://editorconfig.org
|
||
|
root = true
|
||
|
|
||
|
[*]
|
||
|
end_of_line = lf
|
||
|
indent_style = tab
|
||
|
tab_width = 2
|
||
|
|
||
|
[*.yml]
|
||
|
indent_style = space
|