mirror of
https://github.com/fancive/obsidian-parallel-reader.git
synced 2026-07-22 06:53:43 +00:00
16 lines
214 B
INI
16 lines
214 B
INI
|
|
root = true
|
||
|
|
|
||
|
|
[*]
|
||
|
|
indent_style = space
|
||
|
|
indent_size = 2
|
||
|
|
end_of_line = lf
|
||
|
|
charset = utf-8
|
||
|
|
trim_trailing_whitespace = true
|
||
|
|
insert_final_newline = true
|
||
|
|
|
||
|
|
[*.md]
|
||
|
|
trim_trailing_whitespace = false
|
||
|
|
|
||
|
|
[*.json]
|
||
|
|
indent_size = 2
|