Forums
Forums / Plugin: Highlighting Code Block / Code Comments
(@arbems)
5 years, 8 months ago
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:
Is there a way to configure so that it doesn’t add these spaces?
Solved:
.comment { padding-left: 0rem!important; }
The topic ‘Code Comments’ is closed to new replies.
(@arbems)
5 years, 8 months ago
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:
Result:
Is there a way to configure so that it doesn’t add these spaces?