Support .editorConfig for consistent code formatting (#2626)

This commit is contained in:
TTOzzi 2024-09-03 15:53:02 +09:00 committed by GitHub
parent 5c3222c37a
commit 35d121ab9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
.editorConfig Normal file
View File

@ -0,0 +1,10 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true