feat: .EditorConfig

This commit is contained in:
Marley 2024-01-21 21:02:38 -08:00
parent 8d0659867e
commit 697a1b931e

7
projects/.EditorConfig Normal file
View file

@ -0,0 +1,7 @@
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
max_line_length = 80