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