Philzen

Results 116 comments of Philzen

> For apps, this setting is code via editorConfig rather than VSCode: > > https://github.com/redwoodjs/redwood/blob/13fbf296e3b3c313be7d454b936dfa0b6bd17ba0/packages/create-redwood-app/template/.editorconfig#L10 Thanks @dthyresson good catch! I just checked in a test project ... it's crazy but...

@dthyresson Totally with you on that one. > Is there a way to ignore markdown files using editorConfig rather than VSCode settings? I misunderstood that changes to `.vscode/settings.json` were discouraged...

> Question, should these editorConfig's be added to > > * framework root editorConfig (ie, handle markdown files in framework) > * the /docs editorConfig for Docusaurus since these are...

> [*.{md,html,mjml}] > trim_trailing_whitespace = false > > So, maybe this configuration is better for the project template? I sense intensive scope creep here :monocle_face: :wink: … but so be...

@dthyresson @jtoar @Tobbe seems nobody is assigned to this anymore – just a little bump so it's not forgotten :smirk: @Tobbe wrote: > To me it sounds like all your...

I do support the notion of adding some info regarding this (i guess https://redwoodjs.com/docs/project-configuration-dev-test-build would be a good place) – after all, working with Redwood and its docs taught me...

I remember: https://github.com/redwoodjs/redwood/pull/5868#issuecomment-1198241939 (have it on my TODO list)

> But you'll need to change the engine in your package.json. The problem is, there is no `package.json` at this point in the process for me to modify. I was...

BTW, i just ran `yarn create redwood-app --version` which shows `0.49.1` – which is the most recent version literally just created an hour ago.

I've re-checked with `v.50.0` and it gets me a bit further... straight into the next bump: ```terminal ✔ Creating Redwood app ✔ Checking node and yarn compatibility ✔ Creating directory...