preprocessor
preprocessor copied to clipboard
Tab indentation support
When processing sources, it doesn't recognize tab character as valid indentation, only space characters will be recognized as indentation (See PreprocessTask
)
Maybe adding an optional parameter to switch between space and tab indentation will be a workaround for this