# EditorConfig is awesome: https://EditorConfig.org root = true [*] indent_style = space indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true # Fantomas Configuration [*{fs,.fsi,.fsx}] fsharp_max_record_width = 60 max_line_length = 120 fsharp_space_before_colon = true fsharp_max_array_or_list_number_of_items = 3 fsharp_multiline_bracket_style = stroustrup fsharp_newline_before_multiline_computation_expression = false