File tree Expand file tree Collapse file tree
AXSharp.Cs.Compiler/Helpers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ internal static class CsFormatting
1414{
1515 public static string FormatCode ( this string code )
1616 {
17- return CSharpSyntaxTree . ParseText ( code ) . GetRoot ( ) . NormalizeWhitespace ( ) . SyntaxTree . GetText ( ) . ToString ( ) ;
17+ return CSharpSyntaxTree . ParseText ( code ) . GetRoot ( ) . NormalizeWhitespace ( eol : " \n " ) . SyntaxTree . GetText ( ) . ToString ( ) ;
1818 }
1919}
Original file line number Diff line number Diff line change 6969 "axopen-traversal-in-tepmplates" : {
7070 "commandName" : " Project" ,
7171 "workingDirectory" : " C:\\ W\\ Develop\\ gh\\ inxton\\ simatic-ax\\ axopen.templates\\ axopen\\ src\\ traversals\\ apax"
72+ },
73+ "ixc_data" : {
74+ "commandName" : " Project" ,
75+ "workingDirectory" : " D:\\ github\\ Inxton\\ axopen\\ src\\ data\\ tests\\ AXOpen.Data.Tests_L1\\ ax"
7276 }
7377 }
7478}
You can’t perform that action at this time.
0 commit comments