change: defaultFrontmatterKeyType from snake to camel

This commit is contained in:
anpigon 2022-08-17 20:41:20 +09:00
parent bf1d7afa0d
commit 7fbdd50196
2 changed files with 1 additions and 1 deletions

0
.husky/pre-commit Normal file → Executable file
View file

View file

@ -29,7 +29,7 @@ export const DEFAULT_SETTINGS: BookSearchPluginSettings = {
frontmatter: '',
content: '',
useDefaultFrontmatter: true,
defaultFrontmatterKeyType: DefaultFrontmatterKeyType.snakeCase,
defaultFrontmatterKeyType: DefaultFrontmatterKeyType.camelCase,
templateFile: '',
};