Revision 628fe69480e0473e344b17dce8694a3627b42667 authored by Tom Fischer on 21 July 2021, 07:00:42 UTC, committed by Tom Fischer on 21 July 2021, 07:00:42 UTC
[web] Some restructuring of the developer guide

See merge request ogs/ogs!3709
2 parent s ba44f86 + cab8c37
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,yaml,toml,html,css,js,scss}]
indent_size = 2
back to top