root = true

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

[*.{yml,yaml}]
indent_size = 2
indent_style = space
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[*.csv]
charset = utf-8
end_of_line = crlf
trim_trailing_whitespace = true
insert_final_newline = true

[**/what-why-how.md]
indent_size = unset
indent_style = unset
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[**/process.md]
indent_size = unset
indent_style = unset
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
