This is an automated email from the ASF dual-hosted git repository.

jpeach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new c3582f9024 Fix editor config for makefiles. (#10190)
c3582f9024 is described below

commit c3582f9024985f753b1164e96cece012f7099449
Author: James Peach <jpe...@apache.org>
AuthorDate: Thu Aug 17 08:34:47 2023 +1000

    Fix editor config for makefiles. (#10190)
    
    Add Makefile.inc and *.mk patterns to the editor config and ensure that
    they follow standard Make rules - tabs with width 8.
    
    Signed-off-by: James Peach <jpe...@apache.org>
---
 .editorconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.editorconfig b/.editorconfig
index b1fb74ba1a..2183af64b5 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -43,9 +43,10 @@ charset = utf-8
 [*.sh]
 indent_size = 4
 # Makefile's
-[*.am]
+[{*.am,*.mk,Makefile.inc}]
 trim_trailing_whitespace = false
 indent_style = tab
+indent_size = 8
 [*.rst]
 max_line_length = 80
 indent_size = 3

Reply via email to