PaSo

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • PaSo created a post,

    Custom indentation on code formatting

    I work with legacy C/C++ code that has a special formatting.The body of a method is first indented by 8 spaces and by 2 spaces after that.void TheMethod(){        // This is the first indentation  ...