Overhaul tooling, linting, editor configs, and README

This commit is contained in:
rlaphoenix
2023-09-19 12:22:57 +01:00
parent c159672181
commit 959590a6bb
14 changed files with 1129 additions and 906 deletions

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.{feature,json,md,yaml,yml,toml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false