mirror of
https://github.com/playmean/obsidian-event-highlight-plugin.git
synced 2026-07-22 05:44:13 +00:00
13 lines
193 B
YAML
13 lines
193 B
YAML
tabWidth: 4
|
|
semi: true
|
|
singleQuote: true
|
|
printWidth: 90
|
|
importOrder:
|
|
[
|
|
"^[a-z]",
|
|
'^\.{2}/',
|
|
'^\./',
|
|
'^~(.*)$',
|
|
]
|
|
importOrderSeparation: true
|
|
importOrderSortSpecifiers: true
|