diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1659400..d6a7265 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -87,7 +87,8 @@ repos: - repo: https://github.com/realm/SwiftLint rev: "" hooks: - - id: SwiftLint + - id: swiftlint + entry: swiftlint --fix --strict - repo: https://github.com/gitleaks/gitleaks rev: "" hooks: diff --git a/.prettierrc.yaml b/.prettierrc.yaml index 31fbc76..49a598e 100644 --- a/.prettierrc.yaml +++ b/.prettierrc.yaml @@ -3,6 +3,10 @@ printWidth: 80 tabWidth: 2 useTabs: false semi: true +indent: 2 +no_ensure_ascii: false +no_sort_keys: false +top_keys: [] trailingComma: "none" bracketSpacing: true arrowParens: "avoid"