Four-space tabs
This commit is contained in:
parent
1821d1e035
commit
4206c1f8d1
|
@ -877,7 +877,7 @@ struct FormatterConfig
|
||||||
/// Use tabs or spaces
|
/// Use tabs or spaces
|
||||||
bool useTabs = false;
|
bool useTabs = false;
|
||||||
/// Size of a tab character
|
/// Size of a tab character
|
||||||
uint tabSize = 8;
|
uint tabSize = 4;
|
||||||
/// Soft line wrap limit
|
/// Soft line wrap limit
|
||||||
uint columnSoftLimit = 80;
|
uint columnSoftLimit = 80;
|
||||||
/// Hard line wrap limit
|
/// Hard line wrap limit
|
||||||
|
|
Loading…
Reference in New Issue