Elian Doran 2a700da824 Add '_regroup/ckeditor5-keyboard-marker/' from commit 'c875badc77499941b974c0e5ea7c24728a47e35d'
git-subtree-dir: _regroup/ckeditor5-keyboard-marker
git-subtree-mainline: b5fa9f8ea4d8bb37e1e4804e0fe6d30657247d0f
git-subtree-split: c875badc77499941b974c0e5ea7c24728a47e35d
2025-05-04 14:24:39 +03:00

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