chore: add linter configs (editorconfig, hadolint, markdownlint, prettier, yamllint, ruff, zed)

This commit is contained in:
2026-06-19 11:57:04 +02:00
parent 0803f3efff
commit a6a6d933da
7 changed files with 117 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
bracketSameLine: true
htmlWhitespaceSensitivity: css
printWidth: 120
tabWidth: 2
singleQuote: true
trailingComma: all
proseWrap: preserve
endOfLine: lf