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

git-subtree-dir: _regroup/ckeditor5-keyboard-marker git-subtree-mainline: b5fa9f8ea4d8bb37e1e4804e0fe6d30657247d0f git-subtree-split: c875badc77499941b974c0e5ea7c24728a47e35d
17 lines
270 B
INI
17 lines
270 B
INI
# Configurations to normalize the IDE behavior.
|
|
# http://editorconfig.org/
|
|
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
tab_width = 4
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[package.json]
|
|
indent_style = space
|
|
tab_width = 2
|