diff --git a/.editorconfig b/.editorconfig index da812d88d1..f0af598780 100644 --- a/.editorconfig +++ b/.editorconfig @@ -37,17 +37,10 @@ indent_style = tab indent_style = space indent_size = 2 -[*.xml] -indent_style = space -indent_size = 2 - -[*.csproj] -indent_style = space -indent_size = 2 - -[*.vbproj] +[{*.xml,*.csproj,*.vbproj}] indent_style = space indent_size = 2 +ij_xml_space_inside_empty_tag = true [*.g] indent_style = tab diff --git a/src/NHibernate/NHibernate.csproj b/src/NHibernate/NHibernate.csproj index 7440dc9429..3fb89402ad 100644 --- a/src/NHibernate/NHibernate.csproj +++ b/src/NHibernate/NHibernate.csproj @@ -1,4 +1,4 @@ - + @@ -14,7 +14,7 @@ ORM; O/RM; DataBase; DAL; ObjectRelationalMapping; NHibernate; ADO.Net; Core NHibernate.readme.md - + @@ -92,4 +92,13 @@ + + + + +