I want my code to look good. I used Highlight.js
to archive this.
-- What's going on here?
SELECT
this
FROM
that
;
How are quotes formatted?
class PocoExample
{
public string Name => 'Plain code class code example';
public int Size { get; get; }
public override string ToString
=> $"This class has a name. It is ${this.Name}\nAnd a size of ${Size.ToString("000")}.";
}
Get-Process | Out-File -Path '/some/path/some-file.txt'
Percentile | Execution Time (ms) |
---|---|
99 | 1,245 |
95 | 997 |
90 | 870 |
80 | 50 |