Update repo tree to fix .editorconfig beign ignored. (#3302)

* Fix .editorconfig beign ignored

* updated

* update
This commit is contained in:
Slaviša Arežina 2025-03-21 15:53:30 +01:00 committed by GitHub
parent 44a5251456
commit 67bb2b7c89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
; editorconfig.org
root = true
[*]
charset = utf-8
continuation_indent_size = 2
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 2
; trim_trailing_whitespace = true ; disabled until files are cleaned up
[*.md]
trim_trailing_whitespace = false