how to change code style format on flutter
I am developing with Flutter using Android Studio. When I try to format the code using the Cmd + Opt + L keys, it ends up like #1 below. Is there a good way to make it look like #2?…
I am developing with Flutter using Android Studio. When I try to format the code using the Cmd + Opt + L keys, it ends up like #1 below. Is there a good way to make it look like #2?…
When using an .editorconfig to configure formatting and enabling automatic formatting (or running dotnet format, is there any way to suppress the formatting for a specific region/block of code? E.g. I have one file with 1000 constants defined which are…
Using Visual Studio Community 2022, version 17.4.4. I just created a WPF (.NET Framework) solution using the built in VS template. To this solution, I wanted to add a .editorconfig file to aid with code formatting. However, when right clicking…