https://github.com/grafana/grafana
Raw File
Tip revision: b695fd9fae7fe6bd2fe20088b874a66bbedf80a9 authored by Alex Weaver on 03 January 2024, 22:36:19 UTC
Touch up godoc
Tip revision: b695fd9
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top