Meta: Add swift-format configuration

This commit is contained in:
Andrew Kaster 2024-07-24 17:15:32 -06:00
parent cf42bf2bca
commit 1bf4a225bd

8
.swift-format Normal file
View File

@ -0,0 +1,8 @@
{
"version": 1,
"indentation": {
"spaces": 4
},
"tabWidth": 4,
"lineLength": 320
}