]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/html-linter.config.json
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / html-linter.config.json
CommitLineData
11fdf7f2
TL
1{
2 "files": ["src/**/*.html"],
3 "indentation": {
4 "char": "space",
5 "number": 2
6 },
7 "attributes": {
8 "quotes": "double",
9 "whitespace": 0,
10 "vertical-align": true
11 }
12}