Revision 0ed92c3654379bdb743bb7a258c884fc9da59ea4 authored by Dmitry Yu. Naumov on 25 February 2021, 19:02:13 UTC, committed by Dmitry Yu. Naumov on 25 February 2021, 19:02:13 UTC
[TM] Fixed the integration order for IP data I/O

See merge request ogs/ogs!3464
2 parent s 90b2d58 + b8dc9c5
Raw File
.editorconfig
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{md,pandoc}]
trim_trailing_whitespace = false

[*.{json,yml,toml,html,css,js,scss}]
indent_size = 2
back to top