Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
Loading...
Searching...
No Matches
Public Attributes | List of all members
FormatterConfig Struct Reference

#include <formatter.h>

Public Attributes

int indent_size
 
bool use_tabs
 
int max_line_length
 
bool space_around_operator
 
bool space_after_comma
 
bool compact_blocks
 
bool check_only
 
bool write_in_place
 
const char * output_file
 

Member Data Documentation

◆ check_only

bool FormatterConfig::check_only

◆ compact_blocks

bool FormatterConfig::compact_blocks

◆ indent_size

int FormatterConfig::indent_size

◆ max_line_length

int FormatterConfig::max_line_length

◆ output_file

const char* FormatterConfig::output_file

◆ space_after_comma

bool FormatterConfig::space_after_comma

◆ space_around_operator

bool FormatterConfig::space_around_operator

◆ use_tabs

bool FormatterConfig::use_tabs

◆ write_in_place

bool FormatterConfig::write_in_place

The documentation for this struct was generated from the following file: