Sander Ronde

Results 5 issues of Sander Ronde

**Environments:** - Prettier Version: 2.6.2 - Running Prettier via: Node.js API - Runtime: 18.1.0 - Operating System: Linux (through WSL) - Prettier plugins (if any): `prettier-plugin-tailwindcss`, `prettier-plugin-sort-imports` (disclosure: I made...

Hi since a few months I've found the brave action icon to overlap the second browser icon (in my case chrome). Resetting the app completely didn't fix this and this...

I am the author of a [prettier plugin](https://github.com/sanderronde/prettier-plugin-sort-imports) that, in order to do its job, needs to know where the prettier config file is as a sort of way to...

When using gerrit, when using the "open on remote" feature from the gutter of some line, the line is opened on gitiles. This works really well when you are on...

feature
triage

**Prettier 3.2.5** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEBaABJgZhCAdKDTTAIwEMAnAkAGhAgAcYBLaAZ2VEoogHcAFSgg4oyAG15kAnhzokKZMAGs4MAMpkAtnAAyzKHGRZxbOHIXLVahov0BzZDAoBXMyFObmjl27gAPBjgKZm1YcQAVIKhKZjgRYzFTOjZ7MTgARWcIeCMTNwArNj81VIysnKQEpJAAR3K4fh4GERAyNlQDOAATbtoQJzJmMXsAYQhNTTJkVrExPpSoOzSAQRgnZhJneH4gvQNcxLcACxhNMQB1I+Z4NhswODVha+YAN2upabA2WRAX1wBJKA9WBqMDBJjLIFqGBSNIHaoMHimc4KBjTRFxIIvQx0fSmCgwRpkOyTeFuGwUfHTSYUJRdPhQPqI-Qwc7MLowI7IAAcAAY6BQ4HVmIKiSSppU8nQYGQSGyOVykAAmOjOUzhWXxKUgOCaEjdHpdHRkRbOYlwABiEAokzW9mmZC2EBAAF8XUA) ```json // Options in `.prettierrc` { "trailingComma": "es5", "useTabs": true, "tabWidth": 4, "singleQuote": true, "arrowParens": "always", "bracketSameLine": false, "printWidth": 80 } ``` **Input:** ```md - foo...