Fixed disk size calculation, ensuring that the disk size we select for a collection of files will actually work (including cluster overhead)
This commit is contained in:
parent
187e09dd48
commit
fb57561660
2 changed files with 35 additions and 21 deletions
|
|
@ -22,7 +22,7 @@ indent_style = space
|
|||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{php,xml,xsl}]
|
||||
[*.{php,xml,xsl,sh}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue