https://gitlab.opengeosys.org/ogs/ogs.git
Revision 59bc998cf6cbbc83de11152ef1fa52d5f8a03d23 authored by Dmitry Yu. Naumov on 24 November 2015, 00:29:54 UTC, committed by Dmitri Naumov on 24 November 2015, 17:19:13 UTC
1 parent 6eb0083
Raw File
Tip revision: 59bc998cf6cbbc83de11152ef1fa52d5f8a03d23 authored by Dmitry Yu. Naumov on 24 November 2015, 00:29:54 UTC
[T] Spelling.
Tip revision: 59bc998
.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