From cf418360dcd73f90afe0434df186df5cc41592d7 Mon Sep 17 00:00:00 2001 From: Kylmakalle Date: Fri, 27 Sep 2024 22:42:27 +0300 Subject: [PATCH] Create .swiftformat --- Swiftgram/Playground/.swiftformat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Swiftgram/Playground/.swiftformat diff --git a/Swiftgram/Playground/.swiftformat b/Swiftgram/Playground/.swiftformat new file mode 100644 index 0000000000..02fe4329d2 --- /dev/null +++ b/Swiftgram/Playground/.swiftformat @@ -0,0 +1,3 @@ +--maxwidth 100 + +--disable redundantSelf \ No newline at end of file