https://github.com/galaxyproject/galaxy
Raw File
Tip revision: f0a269c1912fa5caba760cde32df415e8e2329b6 authored by Nicola Soranzo on 02 November 2022, 14:53:53 UTC
Merge branch 'release_19.05' into release_19.09
Tip revision: f0a269c
prettier.config.js
module.exports = {
    tabWidth: 4,
    printWidth: 120
};
back to top