# EditorConfig (https://editorconfig.org/)

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
max_line_length = 80

# Makefile
[Makefile]
indent_style = tab

# Shell
[*.sh]
indent_style = space
indent_size = 2
shell_variant = posix
function_next_line = true

[[shell]]
indent_style = space
indent_size = 2
shell_variant = posix
function_next_line = true

# Perl
[*.{pl,pm,t}]
indent_style = space
indent_size = 4
