root = true

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

[*.{fs,fsx,fsi}]
[*.{fs,fsx,fsi}]
indent_size = 2
max_line_length = 80
fsharp_multiline_bracket_style = stroustrup
fsharp_space_before_parameter = false
fsharp_space_before_lowercase_invocation = false
fsharp_newline_before_multiline_computation_expression = false
# Experimental settings
fsharp_experimental_elmish = true
fsharp_experimental_keep_indent_in_branch = true