Files
foundry-template/.editorconfig
Paul Razvan Berg 43e1e113f4 feat: initial commit
2022-07-17 21:57:09 +03:00

20 lines
287 B
INI

# EditorConfig http://EditorConfig.org
# top-most EditorConfig file
root = true
# All files
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{sol,toml}]
indent_size = 4
[*.tree]
indent_size = 1