emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] scratch/editorconfig-cc 9e9c4f706a 041/351: Update .editorconfi


From: Stefan Monnier
Subject: [nongnu] scratch/editorconfig-cc 9e9c4f706a 041/351: Update .editorconfig for Makefile and .gitmodules
Date: Thu, 13 Jun 2024 18:38:39 -0400 (EDT)

branch: scratch/editorconfig-cc
commit 9e9c4f706a4becbaddf888abc7bb5db77d348946
Author: 10sr <8slashes+git@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    Update .editorconfig for Makefile and .gitmodules
---
 .editorconfig | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/.editorconfig b/.editorconfig
index 9d29006ba1..80c923d711 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,6 +1,27 @@
-
 root = true
 
+[*]
+end_of_line = lf
+
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+
 [*.el]
 indent_style = space
 max_line_length = 80
+
+
+[Makefile]
+indent_style = tab
+tab_width = 4
+
+
+[.gitmodules]
+indent_style = tab
+tab_width = 4
+
+
+[*.yml]
+indent_style = space
+indent_size = 2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]