Files
install-action/.editorconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
499 B
INI
Raw Permalink Normal View History

2021-12-30 17:33:20 +09:00
# EditorConfig configuration
# https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{css,html,json,md,rb,sh,yml,yaml}]
2021-12-30 17:33:20 +09:00
indent_size = 2
2024-04-21 03:28:30 +09:00
[*.{js,yml,yaml}]
2021-12-30 17:33:20 +09:00
quote_type = single
[*.sh]
# https://google.github.io/styleguide/shellguide.html#s5.3-pipelines
2021-12-30 17:33:20 +09:00
binary_next_line = true
# https://google.github.io/styleguide/shellguide.html#s5.5-case-statement
2021-12-30 17:33:20 +09:00
switch_case_indent = true