diff --git a/ProjectDefaults/ProjectDefaults.nuspec b/ProjectDefaults/ProjectDefaults.nuspec index 79fbcb5..3936c9f 100644 --- a/ProjectDefaults/ProjectDefaults.nuspec +++ b/ProjectDefaults/ProjectDefaults.nuspec @@ -2,7 +2,7 @@ ProjectDefaults - 1.0.134 + 1.0.135 Simon Cropp true MIT diff --git a/ProjectDefaults/editorconfig.txt b/ProjectDefaults/editorconfig.txt index b1aca03..5a527e6 100644 --- a/ProjectDefaults/editorconfig.txt +++ b/ProjectDefaults/editorconfig.txt @@ -309,4 +309,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