Extended Editorconfig

This commit is contained in:
ElectronicsArchiver 2022-08-03 03:29:06 -04:00
parent 005c7345bb
commit cd06a30c59
1 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,11 @@
root = true
[ReadMe.md]
[*]
insert_final_newline = true
end_of_line = lf
insert_final_newline = true
[*.{md}]
indent_style = space
indent_size = 4
charset = utf-8