X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=blobdiff_plain;f=.editorconfig;h=d24acc1f0c26f3e0ab0e46f6c2557563bf9ab719;hp=70b6c0f1390e4b4c84549959ce2467c118699fec;hb=046c91314a4046039a344c9058d3f390d8920ab1;hpb=9e6a4d57b6d5014f0941c5e03bb3d089a795e9d9 diff --git a/.editorconfig b/.editorconfig index 70b6c0f1390..d24acc1f0c2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,10 @@ # EditorConfig configuration for systemd # http://EditorConfig.org -# top-most EditorConfig file +# NOTE: If you update this file make sure to update .dir-locals.el and .vimrc, +# too. + +# Top-most EditorConfig file root = true # Unix-style newlines with a newline ending every file, utf-8 charset @@ -11,7 +14,19 @@ insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 -# match config files, set indent to spaces with width of eight +# Match config files, set indent to spaces with width of eight [*.{c,h}] indent_style = space indent_size = 8 + +[*.sh] +indent_style = space +indent_size = 4 + +[meson.build] +indent_style = space +indent_size = 8 + +[man/*.xml] +indent_size = 2 +indent_style = space