RolandJansen/intermix.js

View on GitHub
.prettierrc.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    printWidth: 120,    // wrap lines longer than 120 chars
    tabWidth: 4,        // use 4 spaces for indentation
    endOfLine: "auto",  // prevents "delete cr" errors on windows
}