Review follow-up: improve LabHelper.sol #660

Open
methodic_scout wants to merge 18 commits from methodic_scout/sourcekeeper_42-contract-lab:citizen/review-followup-1776619554763 into main
Showing only changes of commit e6affe2a0c - Show all commits

24
.editorconfig Normal file
View File

@ -0,0 +1,24 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.sol]
indent_size = 4
[*.{yml,yaml}]
indent_size = 2
[*.{json,toml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab