chore(lint): add editorconfig file

This commit is contained in:
pips 2025-03-20 21:08:22 +01:00
parent ad84334e42
commit 3cd44a1e86

19
.editorconfig Normal file
View file

@ -0,0 +1,19 @@
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[COMMIT_EDITMSG]
indent_size = 4
indent_style = space
max_line_length = 80
[*.patch]
trim_trailing_whitespace = false
[*.{md,mdx}]
trim_trailing_whitespace = false
indent_size = 2