Skip to content

Options that control the behavior of tstoml functions.

Details

Formatting options:

  • indent_width: integer, the number of spaces to use for indentation when indent_style is "space". Default is 4.

  • indent_style: string, either "space" or "tab", the type of indentation to use. Default is space.