GDQuest / GDQuest/GDScript-formatter

Complete the specification for formatting

オープン
#302 コメント 2 件 リアクション 0 件 担当者 1 名 @NathanLovato が担当を希望しています GitHub で見る
主要言語
Rust
スター
455
フォーク
39
平均マージ
1日 15時間
マージ済み PR(30日)
4

説明

I started writing a doc there: https://github.com/GDQuest/GDScript-formatter/blob/main/docs/specification_formatter.md

Things left to cover:

- Nested constructs (like nested function calls)
- Comments in constructs (like comments in the middle of function calls, inline after commas, above arguments, after last argument without trailing comma...)
- Expressions:
- ternaries, whether to keep an entire per line, where to wrap (after if, before else, etc.)
- Boolean expressions, mainly replicating the official styleguide + deciding on horizontal packing (one expression segment per line, balanced across the minimal number of lines possible, greedy packed? + continuation layout)
- Chains of function calls
- Additions, multiplications, etc. (binary operators)

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。