https://github.com/grafana/grafana
Raw File
Tip revision: 4addbb21c706a5a4ef03924bb64fcc5bc2cd8e39 authored by Artur Wierzbicki on 30 May 2023, 17:11:04 UTC
Storage: increase size of the `contents` column (#69152)
Tip revision: 4addbb2
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top