mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 01:53:41 +08:00
To allow perltidy to be used from editors and IDEs, the perltidyrc file is moved from `scripts/perltidyrc` to `.perltidyrc`. This will allow editors and IDEs to quickly find the style file in the root of the repository, where `perltidy` normally searches for the style file. The workflow is then updated to use the new location, and the two options `--backup-file-extension` and `--backup-and-modify-in-place` are moved to the workflow file to allow editors and IDEs to use whatever method they find useful to process the file.
15 lines
361 B
Plaintext
15 lines
361 B
Plaintext
--add-whitespace
|
|
--delete-old-whitespace
|
|
--entab-leading-whitespace=4
|
|
--keep-old-blank-lines=2
|
|
--maximum-line-length=78
|
|
--nooutdent-long-comments
|
|
--nooutdent-long-quotes
|
|
--nospace-for-semicolon
|
|
--opening-brace-on-new-line
|
|
--output-line-ending=unix
|
|
--paren-tightness=2
|
|
--paren-vertical-tightness=2
|
|
--paren-vertical-tightness-closing=2
|
|
--noblanks-before-comments
|