Title: Code Comments
Last modified: September 23, 2020

---

# Code Comments

 *  [arbems](https://wordpress.org/support/users/arbems/)
 * (@arbems)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/code-comments/)
 * I am using C# language, when I use // to add comments to the code, it adds some
   unexpected spaces. Do you know this problem?
 * Example:
 *     ```
       class Sample : Derived() {
           // Error! es final y no puede ser sobrescrito
           override fun function1() { }
       }
       ```
   
 * Result:
 *     ```
       class Sample : Derived() {
                    // Error! es final y no puede ser sobrescrito
           override fun function1() { }
       }
       ```
   
 * Is there a way to configure so that it doesn’t add these spaces?
    -  This topic was modified 5 years, 8 months ago by [arbems](https://wordpress.org/support/users/arbems/).
    -  This topic was modified 5 years, 8 months ago by [arbems](https://wordpress.org/support/users/arbems/).

Viewing 1 replies (of 1 total)

 *  Thread Starter [arbems](https://wordpress.org/support/users/arbems/)
 * (@arbems)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/code-comments/#post-13449635)
 * Solved:
 * .comment {
    padding-left: 0rem!important; }

Viewing 1 replies (of 1 total)

The topic ‘Code Comments’ is closed to new replies.

 * ![](https://ps.w.org/highlighting-code-block/assets/icon-256x256.png?rev=2432522)
 * [Highlighting Code Block](https://wordpress.org/plugins/highlighting-code-block/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/highlighting-code-block/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/highlighting-code-block/)
 * [Active Topics](https://wordpress.org/support/plugin/highlighting-code-block/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/highlighting-code-block/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/highlighting-code-block/reviews/)

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [Comments](https://wordpress.org/support/topic-tag/comments/)

 * 1 reply
 * 1 participant
 * Last reply from: [arbems](https://wordpress.org/support/users/arbems/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/code-comments/#post-13449635)
 * Status: not resolved