Prasad Boddupalli
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
Prasad Boddupalli created a post, AnsweredGoland Formatting Setting for Case Statement
Hello, when I format my code, the opening brace for the case statement ends up on the next line. Like:case 25: { // do something } I want it like:case 25: { // do something. } I tried ... -
Prasad Boddupalli created a post, How to specify "no minify" option to Webstorm build with Webpack
Hello, When we run "npm build" in webstorm, I guess it uses webpack to bundle a typescript project such as a react-typescript project. How does one tell webpack to not minify the JS files in the bu...