79382980

Date: 2025-01-24 01:02:09
Score: 0.5
Natty:
Report link

This is what I do if a want full control over the number of white spaces in tab:

string tab = new string(' ', 3);
string message = $"{tab}My text";

Having control over white spaces is something that I find quite useful in personalized text layouts.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Carlos Alberto Flores Onofre