Skip to content

Commit

Permalink
Formatting tweaks, JSON fixes and tabs->spaces (#363)
Browse files Browse the repository at this point in the history
* Two formatting tweaks

* Tabs to spaces and check in CI

* Remove additional commas and add missing quotes in JSON samples

- Manually fix some indentation

* Turned note back into a quote

* Fix indentation for final example
  • Loading branch information
ml-evs authored and rartino committed Jul 7, 2021
1 parent 73ef8e8 commit e862056
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 206 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@
tests/inputs/various-whitespace.filter|
tests/inputs/fuzzystring-leading-trailing-spaces.filter
)$

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10
hooks:
- id: remove-tabs
args: [ '--whitespaces-count', '2']
files: \.rst$
Loading

0 comments on commit e862056

Please sign in to comment.