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:
Jeff Parsons 2017-06-19 16:06:58 -07:00 committed by Jeff Parsons
commit fb57561660
2 changed files with 35 additions and 21 deletions

View file

@ -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