https://github.com/grafana/grafana
Raw File
Tip revision: 9ff193f6928956bd8f1d0586792e3760fceffe58 authored by Ieva on 25 July 2023, 16:46:46 UTC
Docs: update GitLab OAuth2 documentation (#71834)
Tip revision: 9ff193f
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top