mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-11 12:46:35 +00:00

- Updates fips-go to be the latest on cfsetup.yaml - Updates sumtype's x/tools to be latest to avoid Internal: nil pkg errors with fips.
15 lines
209 B
INI
15 lines
209 B
INI
# editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
indent_style = tab
|
|
indent_size = 8
|
|
|
|
[*.{md,yml,yaml,json}]
|
|
indent_style = space
|
|
indent_size = 2
|