# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[Makefile]
indent_size = 4
indent_style = tab

# These are shfmt extensions
# See: https://github.com/mvdan/sh

[bin/*]
shell_variant = posix
binary_next_line = true
switch_case_indent = true
space_redirects = true

[mocks/*]
shell_variant = posix
binary_next_line = true
switch_case_indent = true
space_redirects = true
