Convert tabs to spaces in stylish

This commit is contained in:
Echo Nolan 2016-10-06 19:47:08 -07:00
parent 25c94dfa92
commit e7e9a7fc19

View File

@ -132,10 +132,10 @@ steps:
# - records: {} # - records: {}
# Replace tabs by spaces. This is disabled by default. # 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 # # Number of spaces to use for each tab. Default: 8, as specified by the
# # Haskell report. # # Haskell report.
# spaces: 8 spaces: 8
# Remove trailing whitespace # Remove trailing whitespace
- trailing_whitespace: {} - trailing_whitespace: {}