summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-06-06 11:51:47 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2012-06-06 11:51:47 +0200
commite0fd7da365624f8f80237b0fdce13b8c21ac1d27 (patch)
tree2e44755a05b47818d0486aa5ca001aff02240efb
parente662d09c53fabb7b55cfdbb098eb276f139c0d5b (diff)
downloadstylish-haskell-e0fd7da365624f8f80237b0fdce13b8c21ac1d27.tar.gz
Comments in comments...
-rw-r--r--.stylish-haskell.yaml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.stylish-haskell.yaml b/.stylish-haskell.yaml
index 1dd89bf..288d307 100644
--- a/.stylish-haskell.yaml
+++ b/.stylish-haskell.yaml
@@ -1,5 +1,6 @@
steps:
- # Convert some ASCII sequences to their Unicode equivalents
+ # Convert some ASCII sequences to their Unicode equivalents. This is disabled
+ # by default.
# - unicode_syntax: {}
# Import cleanup
@@ -32,11 +33,11 @@ steps:
# is set to true, it will remove those redundant pragmas. Default: true.
remove_redundant: true
- # Replace tabs by spaces
- - tabs:
- # Number of spaces to use for each tab. Default: 8, as specified by the
- # Haskell report.
- spaces: 8
+ # Replace tabs by spaces. This is disabled by default.
+ # - tabs:
+ # # Number of spaces to use for each tab. Default: 8, as specified by the
+ # # Haskell report.
+ # spaces: 8
# Remove trailing whitespace
- trailing_whitespace: {}