Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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,
   },
}
KeyDefaultDescription
indent_width4Indentation width in spaces
max_line_width88Target line length
sort_requirestrueSort require statements alphabetically