All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libdrm] amdgpu: Add .editorconfig file for amdgpu coding style
@ 2017-06-12 10:03 Michel Dänzer
       [not found] ` <20170612100323.7550-1-michel-otUistvHUpPR7s880joybQ@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Michel Dänzer @ 2017-06-12 10:03 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

From: Michel Dänzer <michel.daenzer@amd.com>

The .editorconfig file in the toplevel directory doesn't match.

Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
---
 amdgpu/.editorconfig | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 amdgpu/.editorconfig

diff --git a/amdgpu/.editorconfig b/amdgpu/.editorconfig
new file mode 100644
index 00000000..2528d675
--- /dev/null
+++ b/amdgpu/.editorconfig
@@ -0,0 +1,9 @@
+# To use this config with your editor, follow the instructions at:
+# http://editorconfig.org
+
+[*]
+charset = utf-8
+indent_style = tab
+indent_size = 8
+tab_width = 8
+insert_final_newline = true
-- 
2.11.0

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH libdrm] amdgpu: Add .editorconfig file for amdgpu coding style
       [not found] ` <20170612100323.7550-1-michel-otUistvHUpPR7s880joybQ@public.gmane.org>
@ 2017-06-12 12:22   ` Christian König
  2017-06-12 15:49   ` Deucher, Alexander
  1 sibling, 0 replies; 3+ messages in thread
From: Christian König @ 2017-06-12 12:22 UTC (permalink / raw)
  To: Michel Dänzer, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

Am 12.06.2017 um 12:03 schrieb Michel Dänzer:
> From: Michel Dänzer <michel.daenzer@amd.com>
>
> The .editorconfig file in the toplevel directory doesn't match.
>
> Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>

Acked-by: Christian König <christian.koenig@amd.com>

> ---
>   amdgpu/.editorconfig | 9 +++++++++
>   1 file changed, 9 insertions(+)
>   create mode 100644 amdgpu/.editorconfig
>
> diff --git a/amdgpu/.editorconfig b/amdgpu/.editorconfig
> new file mode 100644
> index 00000000..2528d675
> --- /dev/null
> +++ b/amdgpu/.editorconfig
> @@ -0,0 +1,9 @@
> +# To use this config with your editor, follow the instructions at:
> +# http://editorconfig.org
> +
> +[*]
> +charset = utf-8
> +indent_style = tab
> +indent_size = 8
> +tab_width = 8
> +insert_final_newline = true


_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH libdrm] amdgpu: Add .editorconfig file for amdgpu coding style
       [not found] ` <20170612100323.7550-1-michel-otUistvHUpPR7s880joybQ@public.gmane.org>
  2017-06-12 12:22   ` Christian König
@ 2017-06-12 15:49   ` Deucher, Alexander
  1 sibling, 0 replies; 3+ messages in thread
From: Deucher, Alexander @ 2017-06-12 15:49 UTC (permalink / raw)
  To: 'Michel Dänzer', amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

> -----Original Message-----
> From: amd-gfx [mailto:amd-gfx-bounces@lists.freedesktop.org] On Behalf
> Of Michel Dänzer
> Sent: Monday, June 12, 2017 6:03 AM
> To: amd-gfx@lists.freedesktop.org
> Subject: [PATCH libdrm] amdgpu: Add .editorconfig file for amdgpu coding
> style
> 
> From: Michel Dänzer <michel.daenzer@amd.com>
> 
> The .editorconfig file in the toplevel directory doesn't match.
> 
> Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>  amdgpu/.editorconfig | 9 +++++++++
>  1 file changed, 9 insertions(+)
>  create mode 100644 amdgpu/.editorconfig
> 
> diff --git a/amdgpu/.editorconfig b/amdgpu/.editorconfig
> new file mode 100644
> index 00000000..2528d675
> --- /dev/null
> +++ b/amdgpu/.editorconfig
> @@ -0,0 +1,9 @@
> +# To use this config with your editor, follow the instructions at:
> +# http://editorconfig.org
> +
> +[*]
> +charset = utf-8
> +indent_style = tab
> +indent_size = 8
> +tab_width = 8
> +insert_final_newline = true
> --
> 2.11.0
> 
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-12 15:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-12 10:03 [PATCH libdrm] amdgpu: Add .editorconfig file for amdgpu coding style Michel Dänzer
     [not found] ` <20170612100323.7550-1-michel-otUistvHUpPR7s880joybQ@public.gmane.org>
2017-06-12 12:22   ` Christian König
2017-06-12 15:49   ` Deucher, Alexander

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.