29 lines
455 B
INI
29 lines
455 B
INI
root = true
|
|
|
|
# All files
|
|
[*]
|
|
indent_style = space
|
|
|
|
# Xml files
|
|
[*.xml]
|
|
indent_size = 2
|
|
|
|
[*.fs]
|
|
fsharp_space_before_uppercase_invocation = true
|
|
|
|
# Write a comment by starting the line with a '#'
|
|
[*.{fs,fsx,fsi}]
|
|
fsharp_bar_before_discriminated_union_declaration = true
|
|
max_line_length = 120
|
|
|
|
# C# files
|
|
[*.cs]
|
|
|
|
#### Core EditorConfig Options ####
|
|
|
|
# Indentation and spacing
|
|
indent_size = 4
|
|
tab_width = 4
|
|
|
|
# New line preferences
|
|
insert_final_newline = false |