From: Randolph Sapp <[email protected]> Add an editorconfig to keep track of the various file types and their current whitespace patterns, even some of them may break traditional conventions.
Signed-off-by: Randolph Sapp <[email protected]> --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..30740e7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +# Shared editor configuration <https://editorconfig.org> + +root = true + +[*] +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{sh,pl,xml}] +indent_size = 4 +indent_style = space + +[*.{yml,json,xslt}] +indent_size = 2 +indent_style = space -- 2.52.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17089): https://lists.yoctoproject.org/g/meta-arago/message/17089 Mute This Topic: https://lists.yoctoproject.org/mt/117662931/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
