https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 3642185621d7ee21a2cfd3fa37c1fa6f89d2368b authored by mvdbeek on 29 November 2023, 18:20:07 UTC
Create version 23.1.2
Tip revision: 3642185
prettier.config.js
module.exports = {
    tabWidth: 4,
    printWidth: 120,
    bracketSameLine: true,
};
back to top