https://github.com/grafana/grafana
Raw File
Tip revision: 04e461b5601bee9828f2e69ab7f8a6af1fc0d394 authored by Grot (@grafanabot) on 01 June 2023, 20:22:38 UTC
[v10.0.x] Log Context: Fix split view button using the wrong query (#69416)
Tip revision: 04e461b
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top