root = true

[*]
indent_style = space
max_line_length = 120
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.fs]
fsharp_newline_before_multiline_computation_expression = false
