From 9bcc011200b92267e8cffa4b45cace70eb5ccd88 Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Tue, 4 Feb 2025 10:17:21 +0100 Subject: [PATCH] Add comment about standardrb usage to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ce97af80..718a14b4 100644 --- a/README.md +++ b/README.md @@ -439,6 +439,10 @@ $ rake TINYTDS_UNIT_DATASERVER=mydbserver TINYTDS_SCHEMA=sqlserver_2017 $ rake TINYTDS_UNIT_HOST=mydb.host.net TINYTDS_SCHEMA=sqlserver_azure ``` +### Code formatting + +We are using `standardrb` to format our code. Just run `bundle exec standardrb --fix` to format all Ruby files. + ### Compiling Gems for Windows and Linux > [!WARNING]