mirror of
https://github.com/cloudflare/pages-action
synced 2024-11-13 15:36:53 +00:00
10 lines
128 B
INI
10 lines
128 B
INI
# https://editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
indent_style = tab
|
|
tab_width = 2
|
|
|
|
[*.{yml,md}]
|
|
indent_style = space |