Skip to content

Commit

Permalink
Four-space tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerpilot committed Feb 21, 2015
1 parent 1821d1e commit 4206c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfmt.d
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4206c1f

Please sign in to comment.