https://gitlab.opengeosys.org/ogs/ogs.git
Revision f8bdbef29506be0fa585bc748ea98e010f6fed43 authored by Dmitry Yu. Naumov on 15 December 2015, 13:16:30 UTC, committed by Dmitry Yu. Naumov on 15 December 2015, 13:16:30 UTC
[CHLog] Updated the changlog for v6.0.4
2 parent s d418df4 + f211773
Raw File
Tip revision: f8bdbef29506be0fa585bc748ea98e010f6fed43 authored by Dmitry Yu. Naumov on 15 December 2015, 13:16:30 UTC
Merge pull request #927 from wenqing/CHANGELOG6.0.4
Tip revision: f8bdbef
.editorconfig
root = true

[*]
indent_style = tab
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
indent_style = spaces
indent_size = 4
back to top