an atproto pds written in F# (.NET 9) 馃
pds
fsharp
giraffe
dotnet
atproto
1# EditorConfig is awesome: https://EditorConfig.org
2root = true
3
4[*]
5indent_style = space
6indent_size = 2
7end_of_line = lf
8charset = utf-8
9trim_trailing_whitespace = true
10insert_final_newline = true
11
12# Fantomas Configuration
13[*{fs,.fsi,.fsx}]
14fsharp_max_record_width = 60
15max_line_length = 120
16fsharp_space_before_colon = true
17fsharp_max_array_or_list_number_of_items = 3
18fsharp_multiline_bracket_style = stroustrup
19fsharp_newline_before_multiline_computation_expression = false