This commit is contained in:
silverwind 2023-09-08 17:38:24 +02:00
parent fc3a577adf
commit 43c408103b
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -8,6 +8,10 @@ function createClassNameString(classNames) {
return classNames.join(' ');
}
class foo {
bar: () => {}
}
// this comment is here to demonstrate an extremely long line length, well beyond what you should probably allow in your own code, though sometimes you'll be highlighting code you can't refactor, which is unfortunate but should be handled gracefully
function createChildren(style, useInlineStyles) {