Add generic MW editorconfig

Change-Id: Iccdfd5af7cabbb08677c8c93a03f6838d5928584
This commit is contained in:
Mark A. Hershberger 2022-02-11 13:48:35 -05:00 committed by MarkAHershberger
parent 454cbe9a5c
commit 2d9633abc6

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
root = true
[*]
indent_style = tab
indent_size = tab
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true