X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=.editorconfig;h=67d848b68d1a96849e36d5ce40aea31a9f1b795e;hb=5838493a3aaa7be688e56b65d13b343cc1336d8c;hp=70b6c0f1390e4b4c84549959ce2467c118699fec;hpb=68e038572bfa198a58d7d7bf3a06a2b838f6b201;p=thirdparty%2Fsystemd.git diff --git a/.editorconfig b/.editorconfig index 70b6c0f1390..67d848b68d1 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,11 @@ 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 + +[meson.build] +indent_style = space +indent_size = 8