blender-studio/.prettierrc.js
2020-02-20 17:45:09 +01:00

5 lines
61 B
JavaScript

module.exports = {
printWidth: 100,
singleQuote: true
};