From e7e9a7fc19e7a07ab0dc4d993d2670e882b63b98 Mon Sep 17 00:00:00 2001 From: Echo Nolan Date: Thu, 6 Oct 2016 19:47:08 -0700 Subject: [PATCH] Convert tabs to spaces in stylish --- .stylish-haskell.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stylish-haskell.yaml b/.stylish-haskell.yaml index 113647195..92ba615bf 100644 --- a/.stylish-haskell.yaml +++ b/.stylish-haskell.yaml @@ -132,10 +132,10 @@ steps: # - records: {} # Replace tabs by spaces. This is disabled by default. - # - tabs: + - tabs: # # Number of spaces to use for each tab. Default: 8, as specified by the # # Haskell report. - # spaces: 8 + spaces: 8 # Remove trailing whitespace - trailing_whitespace: {}