From 5045867b2c3c0940da5d4ad9241facadd2a30d71 Mon Sep 17 00:00:00 2001 From: Ira Abramov Date: Tue, 10 Mar 2020 10:09:32 +0200 Subject: [PATCH] Don't touch tab indentations, they are there for a good reason --- .pre-commit-config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4fa61012..51e4318d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,3 @@ repos: hooks: # - id: forbid-crlf - id: remove-crlf - # - id: forbid-tabs - - id: remove-tabs - args: [--whitespaces-count, '2'] # defaults to: 4 - exclude: .gitmodules