https://gitlab.opengeosys.org/ogs/ogs.git
Revision f211773854621c777e8b74b6ff59cd58555fbf15 authored by Wenqing Wang on 15 December 2015, 12:18:29 UTC, committed by Wenqing Wang on 15 December 2015, 12:20:50 UTC
1 parent 22a6215
Raw File
Tip revision: f211773854621c777e8b74b6ff59cd58555fbf15 authored by Wenqing Wang on 15 December 2015, 12:18:29 UTC
[CHLog] Updated the changlog for v6.0.4
Tip revision: f211773
.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