Navigation

    forum

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

    PhantomDerp

    @PhantomDerp

    1
    Posts
    648
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    PhantomDerp Follow

    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