# Top-level EditorConfig file
root = true

# Shell settings, and the only copy of them: shfmt reads this file, and
# scripts/indent.sh is careful to pass it no style flag so a formatter run and
# an editor cannot disagree about the width.
[*.sh]
indent_style = space
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
function_next_line = true
switch_case_indent = true
space_redirects = true
binary_next_line = true
