Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom indent level and tabs #16

Merged
merged 13 commits into from
May 10, 2023
Prev Previous commit
Next Next commit
Bump version and update changelog
jsh9 committed May 10, 2023
commit 5cb1d23a9db1a776d66e022e033afc9b3dddd94d
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [0.1.5] - 2023-05-09

- Added
- Configurability to use tabs instead of spaces (two new options:
`--use-tabs` and `--tab-width`)
- Configurability on base indentation spaces and extra indentation at
different line continuation situations

## [0.1.4] - 2023-05-07

- Added
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ build-backend = "hatchling.build"

[project]
name = "cercis"
version = "0.1.4"
version = "0.1.5"
description = "A more configurable Python code formatter"
license = { text = "MIT" }
requires-python = ">=3.7"