https://github.com/idaholab/moose
Revision ede1529c263fde5278669872293f8af537df8701 authored by Logan Harbour on 28 March 2024, 16:27:16 UTC, committed by Logan Harbour on 28 March 2024, 16:40:14 UTC
1 parent 2256844
Raw File
Tip revision: ede1529c263fde5278669872293f8af537df8701 authored by Logan Harbour on 28 March 2024, 16:27:16 UTC
Add UniqueStorage to DataIO
Tip revision: ede1529
.editorconfig
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.py]
indent_size = 4
back to top