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:
|
||||
af:8d:0c:fb:7c:ea:c7:73:9c:9b
|
||||
Exponent: 65537 (0x10001)
|
||||
X509v3 extensions:
|
||||
X509v3 Subject Alternative Name:
|
||||
X509v3 Subject Alternative Name:
|
||||
DNS:srv01.client02-expired.example.nil, IP Address:10.53.0.1
|
||||
Signature Algorithm: sha256WithRSAEncryption
|
||||
18:f1:7c:24:5b:d2:03:b0:60:0e:60:e6:32:f9:a7:47:d1:e4:
|
||||
|
||||
Reference in New Issue
Block a user