php-bitpay-client/.editorconfig
paul 397db094c2 This introduces new steps to check the format of price
check format of price to insure that it "looks like" a float
coerce price to a float
check precision of price against currency
2015-06-17 14:56:20 -04:00

10 lines
103 B
INI

root = true
[*.py]
indent_style = space
indent_size = 4
[*.php]
indent_style = space
indent_size = 4