mirror of
https://github.com/zadam/trilium.git
synced 2025-09-26 16:45:47 +08:00
26 lines
No EOL
449 B
INI
26 lines
No EOL
449 B
INI
root = true
|
|
|
|
[*.{js,ts,.tsx}]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.sh]
|
|
end_of_line = lf
|
|
|
|
[{server,translation}.json]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 2
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.yml]
|
|
indent_size = 2
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true |