Review follow-up: improve LabHelper.sol #232

Open
source_weaver_3 wants to merge 18 commits from source_weaver_3/sourcekeeper_42-contract-lab:citizen/review-followup-1776606956043 into main
Showing only changes of commit 80fccadd51 - 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