Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/will-lynas/gherkin-formatter
🥒 A formatter for .feature files
https://github.com/will-lynas/gherkin-formatter
cucumber gherkin rust webstorm
Last synced: 21 days ago
JSON representation
🥒 A formatter for .feature files
- Host: GitHub
- URL: https://github.com/will-lynas/gherkin-formatter
- Owner: will-lynas
- Created: 2024-08-06T22:53:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T10:56:41.000Z (3 months ago)
- Last Synced: 2024-12-01T05:39:05.793Z (22 days ago)
- Topics: cucumber, gherkin, rust, webstorm
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gherkin-formatter
> [!WARNING]
>
> This project is a work in progress. Features may be incomplete, and changes are ongoing. Use at your own risk!A stand alone binary that replicates how WebStorm formats `.feature` files.
### Behaviour
- Whitespace at the end of the file is not changed. This includes the presence of a trailing newline.
- Indentation is 2 spaces.
- Comments are completely unchanged.
- Tags are indented to the correct level, but their location isn't changed.