Skip to content

Commit 9bcc011

Browse files
committed
Add comment about standardrb usage to README
1 parent 53c8f0e commit 9bcc011

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,10 @@ $ rake TINYTDS_UNIT_DATASERVER=mydbserver TINYTDS_SCHEMA=sqlserver_2017
439439
$ rake TINYTDS_UNIT_HOST=mydb.host.net TINYTDS_SCHEMA=sqlserver_azure
440440
```
441441

442+
### Code formatting
443+
444+
We are using `standardrb` to format our code. Just run `bundle exec standardrb --fix` to format all Ruby files.
445+
442446
### Compiling Gems for Windows and Linux
443447

444448
> [!WARNING]

0 commit comments

Comments
 (0)