mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
8f62e85c9d
* chore(hogql): Be defensive against NULLs in the C++ parser * Clean up on C++ exceptions * Add to CONTRIBUTING guide * Revert `AllowShortFunctionsOnASingleLine` change * Update HogQLX additions too * Bump version to 1.0.0 * Use new hogql-parser version --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
5 lines
124 B
YAML
5 lines
124 B
YAML
BasedOnStyle: Chromium
|
|
ColumnLimit: 120
|
|
AlignAfterOpenBracket: BlockIndent
|
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|