Remove trailing whitespace from all text files
I've used the following command to remove the trailing whitespace for all tracked text files: git grep -Il '' | xargs sed -i 's/[ \t]*$//'
This commit is contained in:
@@ -40,7 +40,7 @@ Certificate:
|
||||
74:ab:fb:cc:a3:5d:a6:84:80:0b
|
||||
Exponent: 65537 (0x10001)
|
||||
X509v3 extensions:
|
||||
X509v3 Subject Alternative Name:
|
||||
X509v3 Subject Alternative Name:
|
||||
DNS:srv01.crt01.example.nil, IP Address:10.53.0.1
|
||||
Signature Algorithm: sha256WithRSAEncryption
|
||||
94:15:c0:4a:f1:aa:15:30:f7:cb:fe:f9:fa:ba:5f:f0:18:1f:
|
||||
|
||||
Reference in New Issue
Block a user