From c1c7928a6117dbd6c867d174b6fd9169710406f7 Mon Sep 17 00:00:00 2001 From: Vlad Date: Tue, 15 Sep 2020 15:24:28 +0300 Subject: [PATCH] Add indentation_width --- xcode/.swiftlint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xcode/.swiftlint.yml b/xcode/.swiftlint.yml index 40a41b4..cd37270 100644 --- a/xcode/.swiftlint.yml +++ b/xcode/.swiftlint.yml @@ -109,6 +109,10 @@ identifier_name: - y - z +indentation_width: + indentation_width: 4 + severity: error + warning_threshold: 1 custom_rules: