[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
- [nongnu] scratch/editorconfig-cc 6c18a40b51 024/351: Make edconf-exec-path a customizable variable., (continued)
- [nongnu] scratch/editorconfig-cc 6c18a40b51 024/351: Make edconf-exec-path a customizable variable., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6bdcaf89df 018/351: Add cmake-mode support., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc cd38bdaa64 048/351: Prepare v0.6, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc cf6786403a 034/351: Change symbol prefix: edconf -> editorconfig, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6bfbea985c 073/351: Catch error thrown from get-properties-function and display it, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc d068ec0546 030/351: Use \' instead of $, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc b45ec732a2 029/351: Relicense to GPLv3+, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 549d06a982 057/351: Add MELPA badges, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 701a5c0673 053/351: Fix indent of editorconfig.el according to .editorconfig, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 2dbb864922 044/351: Update Makefile to run all tests including core, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 9e9c4f706a 041/351: Update .editorconfig for Makefile and .gitmodules,
Stefan Monnier <=
- [nongnu] scratch/editorconfig-cc e93f45738c 049/351: Add license header to executable, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 675ea40668 065/351: Bump version: 0.7.0, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc ebd09d700f 047/351: Fix all indentation according to editorconfig, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 381cf75a95 070/351: Add ps-mode indentation support, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc aea1b70fa7 066/351: I forgot to update editorconfig-core-version const, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 98999896aa 078/351: Add octave-mode and matlab-mode support, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc c36ed4aeb7 025/351: Version 0.4, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 0efb6ea02f 039/351: Add 10sr to the contributor list, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 16bd394d1f 036/351: Add aliases for obsolete variables and bump version, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc d7a42c819c 043/351: Add editorconfig-core el files, Stefan Monnier, 2024/06/13