consistent formatting across all scripts

This commit is contained in:
Sabato Luca Guadagno 2021-07-06 10:22:36 +02:00
parent dbdc65d22b
commit d00c245d4e
10 changed files with 413 additions and 408 deletions

5
.editorconfig Normal file
View file

@ -0,0 +1,5 @@
[*]
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true