diff --git a/src/.editorconfig b/src/.editorconfig index 5885e17..b2f0a42 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -311,4 +311,14 @@ resharper_space_before_self_closing = true ij_xml_space_inside_empty_tag = true [*.json] -indent_size = 2 \ No newline at end of file +indent_size = 2 + +# Verify settings +[*.{received,verified}.{txt,xml,json,md,sql,csv,html}] +charset = "utf-8-bom" +end_of_line = lf +indent_size = unset +indent_style = unset +insert_final_newline = false +tab_width = unset +trim_trailing_whitespace = false \ No newline at end of file diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 2e75ab2..75d8ebe 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -13,7 +13,7 @@ - +