Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. PhantomDerp
    3. Posts
    • Flag Profile
    • block_user
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups
    • Blog

    Posts made by PhantomDerp

    • Customizable indentation

      #Instead of automatically indenting 4 spaces, make 2 spaces an option.

      if (thing) {
          do
      }
      

      to

      if (thing) {
        do
      }
      
      posted in Feature Requests
      PhantomDerp