This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
The following commit(s) were added to refs/heads/main by this push:
new b20bf31 Configure EditorConfig for `sh`, `yaml`, `yml` (#69)
b20bf31 is described below
commit b20bf31d13e0ac483e30e5d190117de161b2f6cf
Author: John Bampton <[email protected]>
AuthorDate: Sun Nov 30 15:06:09 2025 +1000
Configure EditorConfig for `sh`, `yaml`, `yml` (#69)
Based on exsiting files
---
.editorconfig | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.editorconfig b/.editorconfig
index 767f078..c9706d8 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -25,3 +25,11 @@ trim_trailing_whitespace = true
[Makefile]
indent_style = tab
+
+[*.sh]
+indent_size = 4
+indent_style = space
+
+[*.{yaml,yml}]
+indent_size = 2
+indent_style = space
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]