mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-23 06:41:06 +08:00
13 lines
247 B
JavaScript
13 lines
247 B
JavaScript
/**
|
|
* prettier config
|
|
* @ref https://prettier.io/
|
|
* @desc generated at 9/15/2022, 12:51:48 PM by streakingman-cli@1.9.2
|
|
*/
|
|
|
|
module.exports = {
|
|
tabWidth: 4,
|
|
singleQuote: true,
|
|
htmlWhitespaceSensitivity: 'css',
|
|
endOfLine: 'lf'
|
|
}
|