uncenter
uncenter
Is there anything else I need to do for this PR? I've ignored that one directory I mentioned that Prettier didn't like, so the command passes now.
FYI, the formatting config files (.prettierrc.json, .editorconfig) that I've included here are directly copied from the core @11ty/eleventy repository. So there isn't anything Zach hasn't already approved, technically.
Related to https://github.com/11ty/eleventy-plugin-rss/issues/42. Maybe we can adopt a consistent prettier configuration across the 11ty repos?
`eleventy-plugin-syntaxhighlight` and `eleventy-plugin-rss` use this EditorConfig: ```ini root = true [*] indent_style = space indent_size = 2 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 ```...
For the most part we can stick to using EditorConfig since prettier respects that (for rules like `indent_style`, `indent_size`/`tab_width`, the other basics) but we should think about these prettier-specific rules:...
Would love an update on this. Hoping to contribute but lacking this config makes it difficult!
I also think its important to respect XDG_* variables on macOS - the user has explicitly set them. Alternatively, allow use of env vars in the directory config paths.
I think you summarized the issues very well! > I have the feeling that we should allow using XDG conventions if the variables are explicitly set by the user, but...
Hmm. What feed reader are you using? It should render that HTML just fine. I'm using a slightly different syntax highlighter but the output should be similiar and I'm seeing...
I don't think including an XSL stylesheet is important for this plugin. Someone can totally choose to include one on their own website, and there isn't really much that we...