mirror of
https://github.com/vrabe/obsidian-cjk-count.git
synced 2026-07-22 05:49:45 +00:00
8 lines
139 B
JavaScript
8 lines
139 B
JavaScript
export default {
|
|
printWidth: 100,
|
|
semi: true,
|
|
singleQuote: false,
|
|
jsxSingleQuote: false,
|
|
trailingComma: "es5",
|
|
tabWidth: 2,
|
|
};
|