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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6fd0bd21be4 .editorconfig: fix character encoding property 
specification
6fd0bd21be4 is described below

commit 6fd0bd21be4f184a0681ce8d2b3dbacef1043d64
Author: Michal Lenc <[email protected]>
AuthorDate: Fri Nov 28 08:58:17 2025 +0100

    .editorconfig: fix character encoding property specification
    
    The property should be named charset, not encoding, according
    to editorconfig documentation.
    
    https://editorconfig.org/#supported-properties
    
    Signed-off-by: Michal Lenc <[email protected]>
---
 .editorconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.editorconfig b/.editorconfig
index 833ed63d82e..1686d184ba2 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -2,7 +2,7 @@
 root = true
 
 [*]
-encoding = utf-8
+charset = utf-8
 end_of_line = lf
 insert_final_newline = true
 trim_trailing_whitespace = true

Reply via email to