Prasad Boddupalli

Avatar
  • 活动总数 6
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 1
  • 订阅数 2
  • 创建于

    Goland 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 ...
    • 3 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    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...
    • 2 个关注者
    • 1 条评论
    • 0 票