https://github.com/grafana/grafana
Raw File
Tip revision: b465be20416efe888fe72f41b6cde39cdec87b7e authored by Ryan McKinley on 11 May 2023, 15:32:10 UTC
Merge remote-tracking branch 'origin/main' into aocenas/pyroscope/phlare-pyro-alias
Tip revision: b465be2
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top