Meta: Add swift-format configuration

This commit is contained in:
Andrew Kaster 2024-07-24 17:15:32 -06:00
parent cf42bf2bca
commit 1bf4a225bd
Notes: github-actions[bot] 2024-07-31 00:39:31 +00:00

8
.swift-format Normal file
View file

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