https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 2fef7e339e7ed4da93ff2d8d2c8c312b8e04ac02 authored by mvdbeek on 23 September 2024, 08:57:32 UTC
Fix wrong final state when init_from is used
Tip revision: 2fef7e3
prettier.config.js
module.exports = {
    tabWidth: 4,
    printWidth: 120,
    bracketSameLine: true,
};
back to top