All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: "Alex Bennée" <alex.bennee@linaro.org>, kvm@vger.kernel.org
Subject: Re: [kvm-unit-tests PATCH] add .editorconfig definition
Date: Sat, 18 Jan 2020 21:20:58 +0100	[thread overview]
Message-ID: <93c4937e-706a-66fb-cbb6-5903869a660f@redhat.com> (raw)
In-Reply-To: <20200110151727.7920-1-alex.bennee@linaro.org>

On 10/01/20 16:17, Alex Bennée wrote:
> This is a editor agnostic configuration file to specify the
> indentation style for the project. It is supported by both Emacs and
> Vim as well as some other inconsequential editors.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  .editorconfig | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
>  create mode 100644 .editorconfig
> 
> diff --git a/.editorconfig b/.editorconfig
> new file mode 100644
> index 0000000..46d4ac6
> --- /dev/null
> +++ b/.editorconfig
> @@ -0,0 +1,15 @@
> +# EditorConfig is a file format and collection of text editor plugins
> +# for maintaining consistent coding styles between different editors
> +# and IDEs. Most popular editors support this either natively or via
> +# plugin.
> +#
> +# Check https://editorconfig.org for details.
> +
> +root = true
> +
> +[*]
> +end_of_line = lf
> +insert_final_newline = true
> +charset = utf-8
> +indent_style = tab
> +indent_size = 8
> 

Queued, thanks.

Paolo


      reply	other threads:[~2020-01-18 20:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-10 15:17 [kvm-unit-tests PATCH] add .editorconfig definition Alex Bennée
2020-01-18 20:20 ` Paolo Bonzini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=93c4937e-706a-66fb-cbb6-5903869a660f@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.