diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-07-28 00:01:59 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-07-28 00:01:59 -0600 |
commit | 35f2f975fd0ff66f87bca546dcd12fdd6fc5869f (patch) | |
tree | 85df35f2c50cc10752315fbd318802a8a7ef3b10 | |
parent | e4fc81f11bd4f72383697c76a75d117f47e9a808 (diff) |
add swift-format config
-rw-r--r-- | .swift-format | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.swift-format b/.swift-format new file mode 100644 index 0000000..95d360e --- /dev/null +++ b/.swift-format @@ -0,0 +1,5 @@ +{ + "indentation": { + "spaces": 4 + } +} |