0d1f38cf85
* Refactor all JS API calls #360 * Remove unused imports * Lint JS * Fix doubled api key * Formatting * Added extra logging to distance lookup * Remove the .editorconfig file in distrib * shell check fixes * Remove the .editorconfig file in distrib
19 lines
265 B
INI
19 lines
265 B
INI
#
|
|
root = true
|
|
|
|
[*.js]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.php]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
|
|
# Matches the exact files either package.json or .travis.yml
|
|
[{package.json, .travis.yml}]
|
|
indent_style = space
|
|
indent_size = 2
|