🔀 Merge pull request #354 from Skeeww/master

🔧 Add .editorconfig
This commit is contained in:
Thomas Camlong
2022-08-21 19:04:21 +02:00
committed by GitHub

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true