Project code formatter

Thursday, April 25, 2024 3:43:02 PM
  • Posted: Thursday, November 14, 2019 9:57 PM
  • 5
I use VSCode.

When I format the code, there's lot of changes because incompatible C# formatter, here's the only inconsistency I've encountered :


- model.AvailableProductAttribute.Add(new SelectListItem() {
+ model.AvailableProductAttribute.Add(new SelectListItem()
+ {


What formatter are you using ?

Thanks
0
  • Posted: Thursday, November 14, 2019 10:09 PM
  • 5
I noticed that it may have changed  
0
  • Posted: Thursday, November 14, 2019 11:21 PM
  • 5
Hehe I found out about .editorconfig ..
0
back to top
Filters