-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use piping instead of Kleisli composition * Update README * Use default Fantomas settings
- Loading branch information
Showing
47 changed files
with
2,240 additions
and
2,512 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,2 @@ | ||
[*.fs] | ||
indent_size=4 | ||
max_line_length=120 | ||
fsharp_semicolon_at_end_of_line=false | ||
fsharp_space_before_parameter=true | ||
fsharp_space_before_lowercase_invocation=true | ||
fsharp_space_before_uppercase_invocation=false | ||
fsharp_space_before_class_constructor=true | ||
fsharp_space_before_member=false | ||
fsharp_space_before_colon=false | ||
fsharp_space_after_comma=true | ||
fsharp_space_before_semicolon=false | ||
fsharp_space_after_semicolon=true | ||
fsharp_indent_on_try_with=false | ||
fsharp_space_around_delimiter=true | ||
fsharp_max_if_then_else_short_width=40 | ||
fsharp_max_infix_operator_expression=50 | ||
fsharp_max_newline_infix_operator_expression_number_of_items=1 | ||
fsharp_multiline_infix_multiline_formatter=character_width | ||
fsharp_max_record_width=40 | ||
fsharp_max_record_number_of_items=1 | ||
fsharp_record_multiline_formatter=character_width | ||
fsharp_max_array_or_list_width=120 | ||
fsharp_max_array_or_list_number_of_items=1 | ||
fsharp_array_or_list_multiline_formatter=character_width | ||
fsharp_max_value_binding_width=60 | ||
fsharp_max_function_binding_width=80 | ||
fsharp_max_dot_get_expression_width=50 | ||
fsharp_multiline_block_brackets_on_same_column=false | ||
fsharp_newline_between_type_definition_and_members=true | ||
fsharp_keep_if_then_in_same_line=false | ||
fsharp_max_elmish_width=120 | ||
fsharp_single_argument_web_mode=true | ||
fsharp_align_function_signature_to_indentation=false | ||
fsharp_alternative_long_member_definitions=false | ||
fsharp_disable_elmish_syntax=false | ||
fsharp_multi_line_lambda_closing_newline=false | ||
fsharp_strict_mode=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Each line is a file pattern followed by one or more owners similar to | ||
# .gitignore files. | ||
|
||
# These owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence, | ||
# @global-owner1 and @global-owner2 will be requested for | ||
# review when someone opens a pull request. | ||
* @cognitedata/dataviz |
Oops, something went wrong.