Configuration
“Nobody’s mind ever remains a blank page, however carefully they are locked away from the world.”
— Frances Hardinge, A Face Like Glass
Options can be set project-wide in tlconfig.lua under a cerulean key. CLI flags override config file values.
return {
cerulean = {
indent_width = 2,
max_line_width = 100,
sort_requires = false,
},
}
| Key | Default | Description |
|---|---|---|
indent_width | 4 | Indentation width in spaces |
max_line_width | 88 | Target line length |
sort_requires | true | Sort require statements alphabetically |