jbampton commented on PR #2538:
URL: https://github.com/apache/sedona/pull/2538#issuecomment-3643577137

   On my local machine I ran: `clang-format -style=Google -dump-config > 
.clang-format`
   
   Then edited two lines in the `.clang-format` file to align the pointer to 
the right.
   
   And I removed the argument for "Style Google" from the clang format hook.
   
   ```
   # .clang-format
   DerivePointerAlignment: false
   PointerAlignment: Right
   ```
   
   Updated the pre-commit config again it moves quickly
   
   https://nodejs.org/en/download
   
   https://www.npmjs.com/package/prettier


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to