https://github.com/grafana/grafana
Raw File
Tip revision: 27e962b67a7469e10fee20435a80be3a5e93ae47 authored by Oscar Kilhed on 06 September 2023, 16:27:19 UTC
MSSQL: Add support for MI authentication to MSSQL (#73597)
Tip revision: 27e962b
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top