]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Enforce consistent tab indentation
authorSimon Brunel <simonbrunel@users.noreply.github.com>
Sat, 3 Sep 2016 08:53:32 +0000 (10:53 +0200)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Sat, 3 Sep 2016 16:42:26 +0000 (18:42 +0200)
commit3d40774c7d835b738227d13dbca365ea50ba7a85
tree5fa9f4d5a403449fc3f0b12cb2ec8af533e5e68b
parent69ab0d3e238206fa90b06fcc87054b0a7dc97298
Enforce consistent tab indentation

indent: [error, tab] (http://eslint.org/docs/rules/indent)
12 files changed:
.eslintrc
src/controllers/controller.bar.js
src/controllers/controller.doughnut.js
src/core/core.controller.js
src/core/core.datasetController.js
src/core/core.element.js
src/core/core.legend.js
src/core/core.scale.js
src/elements/element.arc.js
src/scales/scale.category.js
src/scales/scale.logarithmic.js
src/scales/scale.time.js