mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
59a180ddec
Signed-off-by: Ilan Bigio <ilan@openai.com>
9 lines
170 B
TOML
9 lines
170 B
TOML
printWidth = 80
|
|
quoteProps = "consistent"
|
|
semi = true
|
|
tabWidth = 2
|
|
trailingComma = "all"
|
|
|
|
# Preserve existing behavior for markdown/text wrapping.
|
|
proseWrap = "preserve"
|