Skip to content

Commit cb05c49

Browse files
committed
Add .editorconfig (wads scaffolding standard)
Copied verbatim from a healthy repo in the ecosystem; the wads project templates ship one and this repo predates that. Claude-Session: https://claude.ai/code/session_01VipiLaG4xy7WctqY9w2475
1 parent cdaaf68 commit cb05c49

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true
8+
9+
[*.{py,toml,yml,yaml}]
10+
indent_style = space
11+
indent_size = 4
12+
13+
[*.md]
14+
trim_trailing_whitespace = false
15+
16+
[Makefile]
17+
indent_style = tab

0 commit comments

Comments
 (0)