mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00

git-subtree-dir: _regroup/ckeditor5-math git-subtree-mainline: 034cd58833a2c9c7ba49f6217dc5aeff274e0174 git-subtree-split: 6231df7f0e9df7f4d6982b103c02400d4f0b8937
21 lines
284 B
INI
21 lines
284 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
tab_width = 4
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{js,jsx,ts}]
|
|
quote_type = single
|
|
|
|
[*.{yml,yaml}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[package.json]
|
|
indent_style = space
|
|
tab_width = 4
|