https://github.com/grafana/grafana
Raw File
Tip revision: 3825b67499857dbceb1f708b951d0e84affc6337 authored by Alexander Zobnin on 22 November 2023, 10:31:03 UTC
Merge branch 'main' into alexz/nested-folders-permissions-poc-shared-with-me
Tip revision: 3825b67
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top