foundry-template/.editorconfig

20 lines
282 B
INI
Raw Normal View History

2022-07-16 11:36:29 +00:00
# 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
2022-07-19 09:45:53 +00:00
[*.{sol}]
2022-07-16 11:36:29 +00:00
indent_size = 4
[*.tree]
indent_size = 1