mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
5 lines
67 B
JavaScript
5 lines
67 B
JavaScript
module.exports = {
|
|
endOfLine: "auto",
|
|
trailingComma: "es5",
|
|
};
|