docs: Add .editorconfig file

This commit is contained in:
Nick Bolton
2024-10-15 08:58:26 +01:00
parent 78d086369b
commit e2a0a97705

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[{*.yml,*.yaml,*.json,CMakeLists.txt,*.cmake}]
indent_style = space
indent_size = 2